class Aws::SESV2::Types::ListSuppressedDestinationsRequest

A request to obtain a list of email destinations that are on the suppression list for your account.

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

data as a hash:

    {
      reasons: ["BOUNCE"], # accepts BOUNCE, COMPLAINT
      start_date: Time.now,
      end_date: Time.now,
      next_token: "NextToken",
      page_size: 1,
    }

@!attribute [rw] reasons

The factors that caused the email address to be added to .
@return [Array<String>]

@!attribute [rw] start_date

Used to filter the list of suppressed email destinations so that it
only includes addresses that were added to the list after a specific
date. The date that you specify should be in Unix time format.
@return [Time]

@!attribute [rw] end_date

Used to filter the list of suppressed email destinations so that it
only includes addresses that were added to the list before a
specific date. The date that you specify should be in Unix time
format.
@return [Time]

@!attribute [rw] next_token

A token returned from a previous call to
`ListSuppressedDestinations` to indicate the position in the list of
suppressed email addresses.
@return [String]

@!attribute [rw] page_size

The number of results to show in a single call to
`ListSuppressedDestinations`. If the number of results is larger
than the number you specified in this parameter, then the response
includes a `NextToken` element, which you can use to obtain
additional results.
@return [Integer]

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

Constants

SENSITIVE