Class: Aws::Types::ListSubscriptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subscriptions ⇒ ::Array[Types::SubscriptionDescription]
Returns the value of attribute subscriptions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
270 271 272 |
# File 'sig/types.rbs', line 270 def next_token @next_token end |
#subscriptions ⇒ ::Array[Types::SubscriptionDescription]
Returns the value of attribute subscriptions.
269 270 271 |
# File 'sig/types.rbs', line 269 def subscriptions @subscriptions end |