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.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def next_token @next_token end |
#suppressed_destination_summaries ⇒ ::Array[Types::SuppressedDestinationSummary]
Returns the value of attribute suppressed_destination_summaries.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def suppressed_destination_summaries @suppressed_destination_summaries end |