Class: Aws::Types::NewSessionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


6024
6025
6026
# File 'sig/types.rbs', line 6024

def attributes
  @attributes
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



6023
6024
6025
# File 'sig/types.rbs', line 6023

def participant_details
  @participant_details
end

#streaming_configurationTypes::ChatStreamingConfiguration

Returns the value of attribute streaming_configuration.



6025
6026
6027
# File 'sig/types.rbs', line 6025

def streaming_configuration
  @streaming_configuration
end

#supported_messaging_content_types::Array[::String]

Returns the value of attribute supported_messaging_content_types.

Returns:

  • (::Array[::String])


6022
6023
6024
# File 'sig/types.rbs', line 6022

def supported_messaging_content_types
  @supported_messaging_content_types
end