Class: Aws::Types::PlaybackInterruptionEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caused_by_event_id ⇒ ::String

Returns the value of attribute caused_by_event_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DTMF_START_DETECTED", "TEXT_DETECTED", "VOICE_START_DETECTED")


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.

Returns:

  • (Object)


215
216
217
# File 'sig/types.rbs', line 215

def event_type
  @event_type
end