Class: Aws::Connect::Types::MonitorContactResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::MonitorContactResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the contact.
 - 
  
    
      #contact_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the contact.
 
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact.
      16727 16728 16729 16730 16731 16732  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16727 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#contact_id ⇒ String
The identifier of the contact.
      16727 16728 16729 16730 16731 16732  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16727 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end  |