Class: Aws::Types::ReactionValueFormats
- Inherits:
-
Object
- Object
- Aws::Types::ReactionValueFormats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#emoji ⇒ ::String
Returns the value of attribute emoji.
-
#short_code ⇒ ::String
Returns the value of attribute short_code.
-
#unicode ⇒ ::String
Returns the value of attribute unicode.
Instance Attribute Details
#emoji ⇒ ::String
Returns the value of attribute emoji.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def emoji @emoji end |
#short_code ⇒ ::String
Returns the value of attribute short_code.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def short_code @short_code end |
#unicode ⇒ ::String
Returns the value of attribute unicode.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def unicode @unicode end |