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.
840 841 842 |
# File 'sig/types.rbs', line 840 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
839 840 841 |
# File 'sig/types.rbs', line 839 def content_type @content_type end |