class Aws::CodeCommit::Client

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

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

Overloads:
  • get_commit(params = {})

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

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

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

Options Hash: (**params)
  • :commit_id (required, String) --
  • :repository_name (required, String) --
def get_commit(params = {}, options = {})
  req = build_request(:get_commit, params)
  req.send_request(options)
end