Class: Aws::Types::DescribeDestinationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDestinationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
566 567 568 |
# File 'sig/types.rbs', line 566 def destinations @destinations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
567 568 569 |
# File 'sig/types.rbs', line 567 def next_token @next_token end |