Class: Aws::Types::ListSubscriptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionsResponse
- 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::SubscriptionSummary]
Returns the value of attribute subscriptions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
138 139 140 |
# File 'sig/types.rbs', line 138 def next_token @next_token end |
#subscriptions ⇒ ::Array[Types::SubscriptionSummary]
Returns the value of attribute subscriptions.
137 138 139 |
# File 'sig/types.rbs', line 137 def subscriptions @subscriptions end |