Class: Aws::Connect::Types::CreateParticipantResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#participant_credentialsTypes::ParticipantTokenCredentials

The token used by the chat participant to call ‘CreateParticipantConnection`. The participant token is valid for the lifetime of a chat participant.



2793
2794
2795
2796
2797
2798
# File 'lib/aws-sdk-connect/types.rb', line 2793

class CreateParticipantResponse < Struct.new(
  :participant_credentials,
  :participant_id)
  SENSITIVE = []
  include Aws::Structure
end

#participant_idString

The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
# File 'lib/aws-sdk-connect/types.rb', line 2793

class CreateParticipantResponse < Struct.new(
  :participant_credentials,
  :participant_id)
  SENSITIVE = []
  include Aws::Structure
end