Class: Aws::QBusiness::Types::EndOfInputEvent Private
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::EndOfInputEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
The end of the streaming input for the ‘Chat` API.
Constant Summary collapse
- SENSITIVE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
3393 3394 3395 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3393 def event_type @event_type end |