Class: Aws::Types::AudioResponseEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_chunk ⇒ ::String

Returns the value of attribute audio_chunk.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Object)


43
44
45
# File 'sig/types.rbs', line 43

def event_type
  @event_type
end