class Aws::CodeCommit::Client

def list_pull_requests(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_pull_requests(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/ListPullRequests - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListPullRequestsOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
  • :pull_request_status (String) --
  • :author_arn (String) --
  • :repository_name (required, String) --
def list_pull_requests(params = {}, options = {})
  req = build_request(:list_pull_requests, params)
  req.send_request(options)
end