Class: Aws::ConnectParticipant::Types::CreateParticipantConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_credentialsTypes::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

#websocketTypes::Websocket

Creates the participant's websocket connection.

Returns:



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