Class: Aws::Connect::Types::DismissUserContactRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DismissUserContactRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the contact.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the user account.
 
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact.
      6942 6943 6944 6945 6946 6947 6948  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6942 class DismissUserContactRequest < Struct.new( :user_id, :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
      6942 6943 6944 6945 6946 6947 6948  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6942 class DismissUserContactRequest < Struct.new( :user_id, :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The identifier of the user account.
      6942 6943 6944 6945 6946 6947 6948  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6942 class DismissUserContactRequest < Struct.new( :user_id, :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end  |