Class: Aws::Types::GetCommentReactionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



813
814
815
# File 'sig/types.rbs', line 813

def reactions_for_comment
  @reactions_for_comment
end