Class: Aws::Types::ReactionForComment
- Inherits:
-
Object
- Object
- Aws::Types::ReactionForComment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reaction ⇒ Types::ReactionValueFormats
Returns the value of attribute reaction.
-
#reaction_users ⇒ ::Array[::String]
Returns the value of attribute reaction_users.
-
#reactions_from_deleted_users_count ⇒ ::Integer
Returns the value of attribute reactions_from_deleted_users_count.
Instance Attribute Details
#reaction ⇒ Types::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.
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.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def reactions_from_deleted_users_count @reactions_from_deleted_users_count end |