class Aws::SESV2::Types::ContactListDestination

An object that contains details about the action of a contact list.

@note When making an API call, you may pass ContactListDestination

data as a hash:

    {
      contact_list_name: "ContactListName", # required
      contact_list_import_action: "DELETE", # required, accepts DELETE, PUT
    }

@!attribute [rw] contact_list_name

The name of the contact list.
@return [String]

@!attribute [rw] contact_list_import_action

>The type of action that you want to perform on the addresses.
Acceptable values:

* PUT: add the addresses to the contact list. If the record already
  exists, it will override it with the new value.

* DELETE: remove the addresses from the contact list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ContactListDestination AWS API Documentation

Constants

SENSITIVE