class Aws::CodeCommit::Types::Commit


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/Commit AWS API Documentation
@return [String]
Any other data associated with the specified commit.
@!attribute [rw] additional_data
@return [Types::UserInfo]<br>: git-scm.com/book/ch2-3.html<br><br><br><br>Scott Chacon and Ben Straub.
committer in Git, see [Viewing the Commit History] in Pro Git by
For more information about the difference between an author and a
email address for the committer, as configured in Git.
timestamp format with GMT offset, the name of the committer, and the
also known as the committer. Information includes the date in
Information about the person who committed the specified commit,
@!attribute [rw] committer
@return [Types::UserInfo]
Git.
the author, and the email address for the author, as configured in
includes the date in timestamp format with GMT offset, the name of
Information about the author of the specified commit. Information
@!attribute [rw] author
@return [String]
The commit message associated with the specified commit.
@!attribute [rw] message
@return [Array<String>]
commit ID is the full commit ID.
A list of parent commits for the specified commit. Each parent
@!attribute [rw] parents
@return [String]
Tree information for the specified commit.
@!attribute [rw] tree_id
@return [String]
The full SHA ID of the specified commit.
@!attribute [rw] commit_id
Returns information about a specific commit.