Class: Aws::ConnectParticipant::Types::CreateParticipantConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::CreateParticipantConnectionResponse
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_credentials ⇒ Types::ConnectionCredentials
Creates the participant's connection credentials.
-
#websocket ⇒ Types::Websocket
Creates the participant's websocket connection.
Instance Attribute Details
#connection_credentials ⇒ Types::ConnectionCredentials
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
179 180 181 182 183 184 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 179 class CreateParticipantConnectionResponse < Struct.new( :websocket, :connection_credentials) SENSITIVE = [] include Aws::Structure end |
#websocket ⇒ Types::Websocket
Creates the participant's websocket connection.
179 180 181 182 183 184 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 179 class CreateParticipantConnectionResponse < Struct.new( :websocket, :connection_credentials) SENSITIVE = [] include Aws::Structure end |