Class: Aws::Types::DescribeDeliveryDestinationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeliveryDestinationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_destinations ⇒ ::Array[Types::DeliveryDestination]
Returns the value of attribute delivery_destinations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#delivery_destinations ⇒ ::Array[Types::DeliveryDestination]
Returns the value of attribute delivery_destinations.
541 542 543 |
# File 'sig/types.rbs', line 541 def delivery_destinations @delivery_destinations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
542 543 544 |
# File 'sig/types.rbs', line 542 def next_token @next_token end |