class Aws::SESV2::Types::SuppressionListDestination

An object that contains details about the action of suppression list.

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

data as a hash:

    {
      suppression_list_import_action: "DELETE", # required, accepts DELETE, PUT
    }

@!attribute [rw] suppression_list_import_action

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

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

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

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

Constants

SENSITIVE