Class: Aws::Types::AudioResponseEvent
- Inherits:
-
Object
- Object
- Aws::Types::AudioResponseEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_chunk ⇒ ::String
Returns the value of attribute audio_chunk.
-
#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.
40 41 42 |
# File 'sig/types.rbs', line 40 def audio_chunk @audio_chunk end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
41 42 43 |
# File 'sig/types.rbs', line 41 def content_type @content_type end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
43 44 45 |
# File 'sig/types.rbs', line 43 def event_type @event_type end |