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

Class: Aws::CodeCommit::Types::ReactionForComment

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

Overview

Information about the reaction values provided by users on a comment.

Instance Attribute Summary collapse

Instance Attribute Details

#reactionTypes::ReactionValueFormats

The reaction for a specified comment.

Returns:

#reaction_usersArray<String>

The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

#reactions_from_deleted_users_countInteger

A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

Returns:

  • (Integer)

    A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM.