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
4228 4229 4230 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4228 def event_type @event_type end |