class Aws::CodeCommit::Types::GetCommitInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetCommitInput AWS API Documentation
@return [String]
The commit ID. Commit IDs are the full SHA of the commit.
@!attribute [rw] commit_id
@return [String]
The name of the repository to which the commit was made.
@!attribute [rw] repository_name
}
commit_id: “ObjectId”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass GetCommitInput
Represents the input of a get commit operation.