Class: Aws::Types::TextResponseEvent
- Inherits:
-
Object
- Object
- Aws::Types::TextResponseEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
374 375 376 |
# File 'sig/types.rbs', line 374 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
375 376 377 |
# File 'sig/types.rbs', line 375 def event_type @event_type end |
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
373 374 375 |
# File 'sig/types.rbs', line 373 def @messages end |