class Aws::CodeCommit::Types::CommentsForComparedCommit


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CommentsForComparedCommit AWS API Documentation
@return [Array<Types::Comment>]
information about a comment on the comparison between commits.
An array of comment objects. Each comment object contains
@!attribute [rw] comments
@return [Types::Location]
where the comment was made is BEFORE or AFTER.
the file name, line number, and whether the version of the file
Location information about the comment on the comparison, including
@!attribute [rw] location
@return [String]
comparison.
The full blob ID of the commit used to establish the after of the
@!attribute [rw] after_blob_id
@return [String]
comparison.
The full blob ID of the commit used to establish the before of the
@!attribute [rw] before_blob_id
@return [String]
comparison.
The full commit ID of the commit used to establish the after of the
@!attribute [rw] after_commit_id
@return [String]
comparison.
The full commit ID of the commit used to establish the before of the
@!attribute [rw] before_commit_id
@return [String]
The name of the repository that contains the compared commits.
@!attribute [rw] repository_name
commits.
Returns information about comments on the comparison between two