You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::ListSuppressedDestinationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of suppressed email addresses.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass this token in the NextToken parameter.

Returns:

  • (String)

    A token that indicates that there are additional email addresses on the suppression list for your account.

#suppressed_destination_summariesArray<Types::SuppressedDestinationSummary>

A list of summaries, each containing a summary for a suppressed email destination.

Returns: