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