Class: Aws::Types::PlaybackInterruptionEvent
- Inherits:
-
Object
- Object
- Aws::Types::PlaybackInterruptionEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caused_by_event_id ⇒ ::String
Returns the value of attribute caused_by_event_id.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_reason ⇒ "DTMF_START_DETECTED", ...
Returns the value of attribute event_reason.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#caused_by_event_id ⇒ ::String
Returns the value of attribute caused_by_event_id.
213 214 215 |
# File 'sig/types.rbs', line 213 def caused_by_event_id @caused_by_event_id end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
214 215 216 |
# File 'sig/types.rbs', line 214 def event_id @event_id end |
#event_reason ⇒ "DTMF_START_DETECTED", ...
Returns the value of attribute event_reason.
212 213 214 |
# File 'sig/types.rbs', line 212 def event_reason @event_reason end |
#event_type ⇒ Object
Returns the value of attribute event_type.
215 216 217 |
# File 'sig/types.rbs', line 215 def event_type @event_type end |