Class: Aws::Polly::Types::CloseStreamEvent Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



36
37
38
# File 'lib/aws-sdk-polly/types.rb', line 36

def event_type
  @event_type
end