class Aws::CodeCommit::Types::PostCommentForPullRequestOutput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentForPullRequestOutput AWS API Documentation
@return [Types::Comment]
The content of the comment you posted.
@!attribute [rw] comment
@return [Types::Location]
The location of the change where you posted your comment.
@!attribute [rw] location
@return [String]
blob.
In the directionality of the pull request, the blob ID of the after
@!attribute [rw] after_blob_id
@return [String]
blob.
In the directionality of the pull request, the blob ID of the before
@!attribute [rw] before_blob_id
@return [String]
pull request is merged.
The full commit ID of the commit in the destination branch where the
@!attribute [rw] after_commit_id
@return [String]
full commit ID of the commit used to update the pull request.
the pull request, or in the case of an updated pull request, the
The full commit ID of the commit in the source branch used to create
@!attribute [rw] before_commit_id
@return [String]
The system-generated ID of the pull request.
@!attribute [rw] pull_request_id
@return [String]
request.
The name of the repository where you posted a comment on a pull
@!attribute [rw] repository_name