Class: Aws::Connect::Types::CreateParticipantResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateParticipantResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #participant_credentials  ⇒ Types::ParticipantTokenCredentials 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token used by the chat participant to call ‘CreateParticipantConnection`.
 - 
  
    
      #participant_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for a chat participant.
 
Instance Attribute Details
#participant_credentials ⇒ Types::ParticipantTokenCredentials
The token used by the chat participant to call ‘CreateParticipantConnection`. The participant token is valid for the lifetime of a chat participant.
      4313 4314 4315 4316 4317 4318  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4313 class CreateParticipantResponse < Struct.new( :participant_credentials, :participant_id) SENSITIVE = [] include Aws::Structure end  | 
  
#participant_id ⇒ String
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
      4313 4314 4315 4316 4317 4318  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4313 class CreateParticipantResponse < Struct.new( :participant_credentials, :participant_id) SENSITIVE = [] include Aws::Structure end  |