class Aws::CodeCommit::Types::CommentsForPullRequest
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CommentsForPullRequest AWS API Documentation
@return [Array<Types::Comment>]
information about a comment on the pull request.
An array of comment objects. Each comment object contains
@!attribute [rw] comments
@return [Types::Location]
or ‘AFTER’ (source branch).
file where the comment was made is ‘BEFORE’ (destination branch)
including the file name, line number, and whether the version of the
Location information about the comment on the pull request,
@!attribute [rw] location
@return [String]
source commit.
The full blob ID of the file on which you want to comment on the
@!attribute [rw] after_blob_id
@return [String]
destination commit.
The full blob ID of the file on which you want to comment on the
@!attribute [rw] before_blob_id
@return [String]
branch at the time the comment was made.
he full commit ID of the commit that was the tip of the source
@!attribute [rw] after_commit_id
@return [String]
merge the source branch into the destination branch.
superceded by the after commit in the source branch when and if you
branch when the pull request was created. This commit will be
The full commit ID of the commit that was the tip of the destination
@!attribute [rw] before_commit_id
@return [String]
The name of the repository that contains the pull request.
@!attribute [rw] repository_name
@return [String]
The system-generated ID of the pull request.
@!attribute [rw] pull_request_id
Returns information about comments on a pull request.