Class: Aws::Types::AudioInputEvent
- Inherits:
-
Object
- Object
- Aws::Types::AudioInputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_chunk ⇒ ::String
Returns the value of attribute audio_chunk.
-
#client_timestamp_millis ⇒ ::Integer
Returns the value of attribute client_timestamp_millis.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#audio_chunk ⇒ ::String
Returns the value of attribute audio_chunk.
31 32 33 |
# File 'sig/types.rbs', line 31 def audio_chunk @audio_chunk end |
#client_timestamp_millis ⇒ ::Integer
Returns the value of attribute client_timestamp_millis.
34 35 36 |
# File 'sig/types.rbs', line 34 def @client_timestamp_millis end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
32 33 34 |
# File 'sig/types.rbs', line 32 def content_type @content_type end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
35 36 37 |
# File 'sig/types.rbs', line 35 def event_type @event_type end |