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.
815 816 817 |
# File 'sig/types.rbs', line 815 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
814 815 816 |
# File 'sig/types.rbs', line 814 def content_type @content_type end |
#type ⇒ "DISCONNECT", ...
Returns the value of attribute type.
813 814 815 |
# File 'sig/types.rbs', line 813 def type @type end |