Class: Aws::Types::PutCommentReactionInput
- Inherits:
-
Object
- Object
- Aws::Types::PutCommentReactionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
-
#reaction_value ⇒ ::String
Returns the value of attribute reaction_value.
Instance Attribute Details
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def comment_id @comment_id end |
#reaction_value ⇒ ::String
Returns the value of attribute reaction_value.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def reaction_value @reaction_value end |