Class: Aws::Types::ReactionValueFormats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#emoji::String

Returns the value of attribute emoji.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def emoji
  @emoji
end

#short_code::String

Returns the value of attribute short_code.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def short_code
  @short_code
end

#unicode::String

Returns the value of attribute unicode.

Returns:

  • (::String)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def unicode
  @unicode
end