Class: Aws::Types::ReactionForComment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reactionTypes::ReactionValueFormats

Returns the value of attribute reaction.



1758
1759
1760
# File 'sig/types.rbs', line 1758

def reaction
  @reaction
end

#reaction_users::Array[::String]

Returns the value of attribute reaction_users.

Returns:

  • (::Array[::String])


1759
1760
1761
# File 'sig/types.rbs', line 1759

def reaction_users
  @reaction_users
end

#reactions_from_deleted_users_count::Integer

Returns the value of attribute reactions_from_deleted_users_count.

Returns:

  • (::Integer)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def reactions_from_deleted_users_count
  @reactions_from_deleted_users_count
end