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

Class: Aws::CodeCommit::Types::PostCommentForComparedCommitOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_idString

In the directionality you established, the blob ID of the after blob.

Returns:

  • (String)

    In the directionality you established, the blob ID of the after blob.

#after_commit_idString

In the directionality you established, the full commit ID of the after commit.

Returns:

  • (String)

    In the directionality you established, the full commit ID of the after commit.

#before_blob_idString

In the directionality you established, the blob ID of the before blob.

Returns:

  • (String)

    In the directionality you established, the blob ID of the before blob.

#before_commit_idString

In the directionality you established, the full commit ID of the before commit.

Returns:

  • (String)

    In the directionality you established, the full commit ID of the before commit.

#commentTypes::Comment

The content of the comment you posted.

Returns:

#locationTypes::Location

The location of the comment in the comparison between the two commits.

Returns:

  • (Types::Location)

    The location of the comment in the comparison between the two commits.

#repository_nameString

The name of the repository where you posted a comment on the comparison between commits.

Returns:

  • (String)

    The name of the repository where you posted a comment on the comparison between commits.