Class: Aws::Types::AudioInputEvent

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)


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.

Returns:

  • (::Integer)


34
35
36
# File 'sig/types.rbs', line 34

def client_timestamp_millis
  @client_timestamp_millis
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Object)


35
36
37
# File 'sig/types.rbs', line 35

def event_type
  @event_type
end