Class: Aws::ConnectParticipant::Types::CancelParticipantAuthenticationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConnectParticipant::Types::CancelParticipantAuthenticationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connectparticipant/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connection_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authentication token associated with the participant’s connection.
 - 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘sessionId` provided in the `authenticationInitiated` event.
 
Instance Attribute Details
#connection_token ⇒ String
The authentication token associated with the participant’s connection.
      73 74 75 76 77 78  | 
    
      # File 'lib/aws-sdk-connectparticipant/types.rb', line 73 class CancelParticipantAuthenticationRequest < Struct.new( :session_id, :connection_token) SENSITIVE = [] include Aws::Structure end  | 
  
#session_id ⇒ String
The ‘sessionId` provided in the `authenticationInitiated` event.
      73 74 75 76 77 78  | 
    
      # File 'lib/aws-sdk-connectparticipant/types.rb', line 73 class CancelParticipantAuthenticationRequest < Struct.new( :session_id, :connection_token) SENSITIVE = [] include Aws::Structure end  |