Class: Aws::Polly::Types::CloseStreamEvent Private
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::CloseStreamEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/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.
Indicates the end of the input stream. After sending this event, the input stream will be closed and all audio will be returned.
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
36 37 38 |
# File 'lib/aws-sdk-polly/types.rb', line 36 def event_type @event_type end |