Class: Aws::Types::PutCommentReactionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment_id::String

Returns the value of attribute comment_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def reaction_value
  @reaction_value
end