Class: Aws::Types::ListSuppressedDestinationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSuppressedDestinationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#suppressed_destination_summaries ⇒ ::Array[Types::SuppressedDestinationSummary]
Returns the value of attribute suppressed_destination_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def next_token @next_token end |
#suppressed_destination_summaries ⇒ ::Array[Types::SuppressedDestinationSummary]
Returns the value of attribute suppressed_destination_summaries.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def suppressed_destination_summaries @suppressed_destination_summaries end |