Class: Aws::Connect::Types::ContactDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::ContactDetails
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A map of string key/value pairs that contain user-defined attributes which are lightly typed within the contact. This object is used only for task contacts.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Teh description of the contact details. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the contact details. 
Instance Attribute Details
#description ⇒ String
Teh description of the contact details.
| 3114 3115 3116 3117 3118 3119 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3114 class ContactDetails < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the contact details.
| 3114 3115 3116 3117 3118 3119 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3114 class ContactDetails < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |