Module: Aws::SESV2::Client::_ListSuppressedDestinationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSuppressedDestinationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #suppressed_destination_summaries ⇒ ::Array[Types::SuppressedDestinationSummary]
Instance Method Details
#next_token ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087
def next_token: () -> ::String
|
#suppressed_destination_summaries ⇒ ::Array[Types::SuppressedDestinationSummary]
1086 |
# File 'sig/client.rbs', line 1086
def suppressed_destination_summaries: () -> ::Array[Types::SuppressedDestinationSummary]
|