Class: Aws::SESV2::Types::ImportDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::ImportDestination
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
An object that contains details about the resource destination the import job is going to target.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_list_destination  ⇒ Types::ContactListDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains the action of the import job towards a contact list.
 - 
  
    
      #suppression_list_destination  ⇒ Types::SuppressionListDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains the action of the import job towards suppression list.
 
Instance Attribute Details
#contact_list_destination ⇒ Types::ContactListDestination
An object that contains the action of the import job towards a contact list.
      3869 3870 3871 3872 3873 3874  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3869 class ImportDestination < Struct.new( :suppression_list_destination, :contact_list_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#suppression_list_destination ⇒ Types::SuppressionListDestination
An object that contains the action of the import job towards suppression list.
      3869 3870 3871 3872 3873 3874  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3869 class ImportDestination < Struct.new( :suppression_list_destination, :contact_list_destination) SENSITIVE = [] include Aws::Structure end  |