class Aws::CodeCommit::Types::CommentsForPullRequest

Returns information about comments on a pull request.

@!attribute [rw] pull_request_id

The system-generated ID of the pull request.
@return [String]

@!attribute [rw] repository_name

The name of the repository that contains the pull request.
@return [String]

@!attribute [rw] before_commit_id

The full commit ID of the commit that was the tip of the destination
branch when the pull request was created. This commit is superceded
by the after commit in the source branch when and if you merge the
source branch into the destination branch.
@return [String]

@!attribute [rw] after_commit_id

The full commit ID of the commit that was the tip of the source
branch at the time the comment was made.
@return [String]

@!attribute [rw] before_blob_id

The full blob ID of the file on which you want to comment on the
destination commit.
@return [String]

@!attribute [rw] after_blob_id

The full blob ID of the file on which you want to comment on the
source commit.
@return [String]

@!attribute [rw] location

Location information about the comment on the pull request,
including the file name, line number, and whether the version of the
file where the comment was made is BEFORE (destination branch) or
AFTER (source branch).
@return [Types::Location]

@!attribute [rw] comments

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

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

Constants

SENSITIVE