Class: Aws::Connect::Types::UpdateParticipantRoleConfigChannelInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::UpdateParticipantRoleConfigChannelInfo
 
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
    Note:
    
  
UpdateParticipantRoleConfigChannelInfo is a union - when making an API calls you must set exactly one of the members.
Configuration information for the chat participant role.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #chat  ⇒ Types::ChatParticipantRoleConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration information for the chat participant role. 
- 
  
    
      #unknown  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute unknown. 
Instance Attribute Details
#chat ⇒ Types::ChatParticipantRoleConfig
Configuration information for the chat participant role.
| 21759 21760 21761 21762 21763 21764 21765 21766 21767 21768 | # File 'lib/aws-sdk-connect/types.rb', line 21759 class UpdateParticipantRoleConfigChannelInfo < Struct.new( :chat, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Chat < UpdateParticipantRoleConfigChannelInfo; end class Unknown < UpdateParticipantRoleConfigChannelInfo; end end | 
#unknown ⇒ Object
Returns the value of attribute unknown
| 21759 21760 21761 | # File 'lib/aws-sdk-connect/types.rb', line 21759 def unknown @unknown end |