NAME
Paws::CodeCommit::PostCommentForPullRequestOutput
ATTRIBUTES
AfterBlobId => Str
In the directionality of the pull request, the blob ID of the after blob.
AfterCommitId => Str
The full commit ID of the commit in the destination branch where the pull request is merged.
BeforeBlobId => Str
In the directionality of the pull request, the blob ID of the before blob.
BeforeCommitId => Str
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.
Comment => Paws::CodeCommit::Comment
The content of the comment you posted.
Location => Paws::CodeCommit::Location
The location of the change where you posted your comment.
PullRequestId => Str
The system-generated ID of the pull request.
RepositoryName => Str
The name of the repository where you posted a comment on a pull request.