Class: Aws::Types::NewSessionDetails
- Inherits:
-
Object
- Object
- Aws::Types::NewSessionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
-
#streaming_configuration ⇒ Types::ChatStreamingConfiguration
Returns the value of attribute streaming_configuration.
-
#supported_messaging_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_messaging_content_types.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
5760 5761 5762 |
# File 'sig/types.rbs', line 5760 def attributes @attributes end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
5759 5760 5761 |
# File 'sig/types.rbs', line 5759 def participant_details @participant_details end |
#streaming_configuration ⇒ Types::ChatStreamingConfiguration
Returns the value of attribute streaming_configuration.
5761 5762 5763 |
# File 'sig/types.rbs', line 5761 def streaming_configuration @streaming_configuration end |
#supported_messaging_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_messaging_content_types.
5758 5759 5760 |
# File 'sig/types.rbs', line 5758 def supported_messaging_content_types @supported_messaging_content_types end |