You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::PostCommentForPullRequestOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_idString

In the directionality of the pull request, the blob ID of the after blob.

Returns:

  • (String)

    In the directionality of the pull request, the blob ID of the after blob.

#after_commit_idString

The full commit ID of the commit in the destination branch where the pull request is merged.

Returns:

  • (String)

    The full commit ID of the commit in the destination branch where the pull request is merged.

#before_blob_idString

In the directionality of the pull request, the blob ID of the before blob.

Returns:

  • (String)

    In the directionality of the pull request, the blob ID of the before blob.

#before_commit_idString

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.

Returns:

  • (String)

    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.

#commentTypes::Comment

The content of the comment you posted.

Returns:

#locationTypes::Location

The location of the change where you posted your comment.

Returns:

  • (Types::Location)

    The location of the change where you posted your comment.

#pull_request_idString

The system-generated ID of the pull request.

Returns:

  • (String)

    The system-generated ID of the pull request.

#repository_nameString

The name of the repository where you posted a comment on a pull request.

Returns:

  • (String)

    The name of the repository where you posted a comment on a pull request.