class Aws::CodeCommit::Types::Comment

Returns information about a specific comment.

@!attribute [rw] comment_id

The system-generated comment ID.
@return [String]

@!attribute [rw] content

The content of the comment.
@return [String]

@!attribute [rw] in_reply_to

The ID of the comment for which this comment is a reply, if any.
@return [String]

@!attribute [rw] creation_date

The date and time the comment was created, in timestamp format.
@return [Time]

@!attribute [rw] last_modified_date

The date and time the comment was most recently modified, in
timestamp format.
@return [Time]

@!attribute [rw] author_arn

The Amazon Resource Name (ARN) of the person who posted the comment.
@return [String]

@!attribute [rw] deleted

A Boolean value indicating whether the comment has been deleted.
@return [Boolean]

@!attribute [rw] client_request_token

A unique, client-generated idempotency token that, when provided in
a request, ensures the request cannot be repeated with a changed
parameter. If a request is received with the same parameters and a
token is included, the request returns information about the initial
request that used that token.
@return [String]

@!attribute [rw] caller_reactions

The emoji reactions to a comment, if any, submitted by the user
whose credentials are associated with the call to the API.
@return [Array<String>]

@!attribute [rw] reaction_counts

A string to integer map that represents the number of individual
users who have responded to a comment with the specified reactions.
@return [Hash<String,Integer>]

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

Constants

SENSITIVE