Class: Aws::Connect::Types::StartOutboundEmailContactResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::StartOutboundEmailContactResponse
 
 
- 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 in this instance of Amazon Connect.
 
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
      22461 22462 22463 22464 22465  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 22461 class StartOutboundEmailContactResponse < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end  |