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.
3877 3878 3879 3880 3881 3882 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3877 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.
3877 3878 3879 3880 3881 3882 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3877 class ImportDestination < Struct.new( :suppression_list_destination, :contact_list_destination) SENSITIVE = [] include Aws::Structure end |