class Aws::CodeCommit::Types::PostCommentForPullRequestOutput

@!attribute [rw] repository_name

The name of the repository where you posted a comment on a pull
request.
@return [String]

@!attribute [rw] pull_request_id

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

@!attribute [rw] before_commit_id

The full commit ID of the commit in the source branch used to create
the pull request, or in the case of an updated pull request, the
full commit ID of the commit used to update the pull request.
@return [String]

@!attribute [rw] after_commit_id

The full commit ID of the commit in the destination branch where the
pull request is merged.
@return [String]

@!attribute [rw] before_blob_id

In the directionality of the pull request, the blob ID of the before
blob.
@return [String]

@!attribute [rw] after_blob_id

In the directionality of the pull request, the blob ID of the after
blob.
@return [String]

@!attribute [rw] location

The location of the change where you posted your comment.
@return [Types::Location]

@!attribute [rw] comment

The content of the comment you posted.
@return [Types::Comment]

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

Constants

SENSITIVE