Class: Aws::Types::PutSessionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_stream ⇒ ::IO

Returns the value of attribute audio_stream.

Returns:

  • (::IO)


237
238
239
# File 'sig/types.rbs', line 237

def audio_stream
  @audio_stream
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def content_type
  @content_type
end

#messages ⇒ ::String

Returns the value of attribute messages.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def messages
  @messages
end

#request_attributes ⇒ ::String

Returns the value of attribute request_attributes.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def request_attributes
  @request_attributes
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def session_id
  @session_id
end

#session_state ⇒ ::String

Returns the value of attribute session_state.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def session_state
  @session_state
end