class Aws::CodeCommit::Client
def get_pull_request_approval_states(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_pull_request_approval_states(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetPullRequestApprovalStates - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::GetPullRequestApprovalStatesOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:revision_id
(required, String
) -- -
:pull_request_id
(required, String
) --
def get_pull_request_approval_states(params = {}, options = {}) req = build_request(:get_pull_request_approval_states, params) req.send_request(options) end