Class: Aws::Connect::Types::ConnectionData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ConnectionData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information required to join the call.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attendee  ⇒ Types::Attendee 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attendee information, including attendee ID and join token.
 - 
  
    
      #meeting  ⇒ Types::Meeting 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A meeting created using the Amazon Chime SDK.
 
Instance Attribute Details
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
      2395 2396 2397 2398 2399 2400  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2395 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end  | 
  
#meeting ⇒ Types::Meeting
A meeting created using the Amazon Chime SDK.
      2395 2396 2397 2398 2399 2400  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2395 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end  |