Class: Aws::Types::GetCommentReactionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetCommentReactionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reactions_for_comment ⇒ ::Array[Types::ReactionForComment]
Returns the value of attribute reactions_for_comment.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
814 815 816 |
# File 'sig/types.rbs', line 814 def next_token @next_token end |
#reactions_for_comment ⇒ ::Array[Types::ReactionForComment]
Returns the value of attribute reactions_for_comment.
813 814 815 |
# File 'sig/types.rbs', line 813 def reactions_for_comment @reactions_for_comment end |