Class: Aws::Connect::Types::UpdateParticipantRoleConfigRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::UpdateParticipantRoleConfigRequest
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #channel_configuration  ⇒ Types::UpdateParticipantRoleConfigChannelInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Connect channel you want to configure. 
- 
  
    
      #contact_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the contact in this instance of Amazon Connect. 
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the Amazon Connect instance. 
Instance Attribute Details
#channel_configuration ⇒ Types::UpdateParticipantRoleConfigChannelInfo
The Amazon Connect channel you want to configure.
| 26949 26950 26951 26952 26953 26954 26955 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26949 class UpdateParticipantRoleConfigRequest < Struct.new( :instance_id, :contact_id, :channel_configuration) SENSITIVE = [] include Aws::Structure end | 
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
| 26949 26950 26951 26952 26953 26954 26955 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26949 class UpdateParticipantRoleConfigRequest < Struct.new( :instance_id, :contact_id, :channel_configuration) SENSITIVE = [] include Aws::Structure end | 
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
| 26949 26950 26951 26952 26953 26954 26955 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26949 class UpdateParticipantRoleConfigRequest < Struct.new( :instance_id, :contact_id, :channel_configuration) SENSITIVE = [] include Aws::Structure end |