Class: Aws::SESV2::Types::GetContactRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetContactRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_list_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the contact list to which the contact belongs.
 - 
  
    
      #email_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact’s email address.
 
Instance Attribute Details
#contact_list_name ⇒ String
The name of the contact list to which the contact belongs.
      2904 2905 2906 2907 2908 2909  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 2904 class GetContactRequest < Struct.new( :contact_list_name, :email_address) SENSITIVE = [] include Aws::Structure end  | 
  
#email_address ⇒ String
The contact’s email address.
      2904 2905 2906 2907 2908 2909  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 2904 class GetContactRequest < Struct.new( :contact_list_name, :email_address) SENSITIVE = [] include Aws::Structure end  |