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

Class: Aws::CodeCommit::Types::Comment

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#author_arnString

The Amazon Resource Name (ARN) of the person who posted the comment.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the person who posted the comment.

#caller_reactionsArray<String>

The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

Returns:

  • (Array<String>)

    The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

#client_request_tokenString

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.

Returns:

  • (String)

    A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter.

#comment_idString

The system-generated comment ID.

Returns:

  • (String)

    The system-generated comment ID.

#contentString

The content of the comment.

Returns:

  • (String)

    The content of the comment.

#creation_dateTime

The date and time the comment was created, in timestamp format.

Returns:

  • (Time)

    The date and time the comment was created, in timestamp format.

#deletedBoolean

A Boolean value indicating whether the comment has been deleted.

Returns:

  • (Boolean)

    A Boolean value indicating whether the comment has been deleted.

#in_reply_toString

The ID of the comment for which this comment is a reply, if any.

Returns:

  • (String)

    The ID of the comment for which this comment is a reply, if any.

#last_modified_dateTime

The date and time the comment was most recently modified, in timestamp format.

Returns:

  • (Time)

    The date and time the comment was most recently modified, in timestamp format.

#reaction_countsHash<String,Integer>

A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

Returns:

  • (Hash<String,Integer>)

    A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.