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
show all
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

Instance Attribute Details

#contact_list_destinationTypes::ContactListDestination

An object that contains the action of the import job towards a contact list.

Returns:

#suppression_list_destinationTypes::SuppressionListDestination

An object that contains the action of the import job towards suppression list.

Returns: