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.
834 835 836 |
# File 'sig/types.rbs', line 834 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
833 834 835 |
# File 'sig/types.rbs', line 833 def content_type @content_type end |
#type ⇒ "DISCONNECT", ...
Returns the value of attribute type.
832 833 834 |
# File 'sig/types.rbs', line 832 def type @type end |