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

Class: Aws::CodeCommit::Types::CommentsForComparedCommit

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

Overview

Returns information about comments on the comparison between two commits.

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_idString

The full blob ID of the commit used to establish the after of the comparison.

Returns:

  • (String)

    The full blob ID of the commit used to establish the after of the comparison.

#after_commit_idString

The full commit ID of the commit used to establish the after of the comparison.

Returns:

  • (String)

    The full commit ID of the commit used to establish the after of the comparison.

#before_blob_idString

The full blob ID of the commit used to establish the before of the comparison.

Returns:

  • (String)

    The full blob ID of the commit used to establish the before of the comparison.

#before_commit_idString

The full commit ID of the commit used to establish the before of the comparison.

Returns:

  • (String)

    The full commit ID of the commit used to establish the before of the comparison.

#commentsArray<Types::Comment>

An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

Returns:

#locationTypes::Location

Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

Returns:

  • (Types::Location)

    Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

#repository_nameString

The name of the repository that contains the compared commits.

Returns:

  • (String)

    The name of the repository that contains the compared commits.