You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ImportDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ImportDestination
- Defined in:
- (unknown)
Overview
Note:
When passing ImportDestination as input to an Aws::Client method, you can use a vanilla Hash:
{
suppression_list_destination: {
suppression_list_import_action: "DELETE", # required, accepts DELETE, PUT
},
contact_list_destination: {
contact_list_name: "ContactListName", # required
contact_list_import_action: "DELETE", # required, accepts DELETE, PUT
},
}
An object that contains details about the resource destination the import job is going to target.
Returned by:
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.
#suppression_list_destination ⇒ Types::SuppressionListDestination
An object that contains the action of the import job towards suppression list.