class Aws::CodeCommit::Types::CommentsForComparedCommit

Returns information about comments on the comparison between two commits.

@!attribute [rw] repository_name

The name of the repository that contains the compared commits.
@return [String]

@!attribute [rw] before_commit_id

The full commit ID of the commit used to establish the before of the
comparison.
@return [String]

@!attribute [rw] after_commit_id

The full commit ID of the commit used to establish the after of the
comparison.
@return [String]

@!attribute [rw] before_blob_id

The full blob ID of the commit used to establish the before of the
comparison.
@return [String]

@!attribute [rw] after_blob_id

The full blob ID of the commit used to establish the after of the
comparison.
@return [String]

@!attribute [rw] location

Location information about the comment on the comparison, including
the file name, line number, and whether the version of the file
where the comment was made is BEFORE or AFTER.
@return [Types::Location]

@!attribute [rw] comments

An array of comment objects. Each comment object contains
information about a comment on the comparison between commits.
@return [Array<Types::Comment>]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CommentsForComparedCommit AWS API Documentation

Constants

SENSITIVE