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