Class: Aws::Connect::Types::AllowedCapabilities
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AllowedCapabilities
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the capabilities enabled for participants of the contact.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent  ⇒ Types::ParticipantCapabilities 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the agent’s video sharing capabilities.
 - 
  
    
      #customer  ⇒ Types::ParticipantCapabilities 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the customer’s video sharing capabilities.
 
Instance Attribute Details
#agent ⇒ Types::ParticipantCapabilities
Information about the agent’s video sharing capabilities.
      513 514 515 516 517 518  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 513 class AllowedCapabilities < Struct.new( :customer, :agent) SENSITIVE = [] include Aws::Structure end  | 
  
#customer ⇒ Types::ParticipantCapabilities
Information about the customer’s video sharing capabilities.
      513 514 515 516 517 518  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 513 class AllowedCapabilities < Struct.new( :customer, :agent) SENSITIVE = [] include Aws::Structure end  |