Class: Aws::Types::ChatMessage
- Inherits:
-
Object
- Object
- Aws::Types::ChatMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
821 822 823 |
# File 'sig/types.rbs', line 821 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
820 821 822 |
# File 'sig/types.rbs', line 820 def content_type @content_type end |