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
- Struct
- Aws::SESV2::Types::ListSuppressedDestinationsResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates that there are additional email addresses on the suppression list for your account.
-
#suppressed_destination_summaries ⇒ Array<Types::SuppressedDestinationSummary>
A list of summaries, each containing a summary for a suppressed email destination.
Instance Attribute Details
#next_token ⇒ String
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.
#suppressed_destination_summaries ⇒ Array<Types::SuppressedDestinationSummary>
A list of summaries, each containing a summary for a suppressed email destination.