Class: Aws::Types::ChatEvent
- Inherits:
-
Object
- Object
- Aws::Types::ChatEvent
- 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.
-
#type ⇒ "DISCONNECT", ...
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
829 830 831 |
# File 'sig/types.rbs', line 829 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
828 829 830 |
# File 'sig/types.rbs', line 828 def content_type @content_type end |
#type ⇒ "DISCONNECT", ...
Returns the value of attribute type.
827 828 829 |
# File 'sig/types.rbs', line 827 def type @type end |