Module: Aws::SNS::Client::_ListSubscriptionsByTopicResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSubscriptionsByTopicResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def next_token: () -> ::String
|
#subscriptions ⇒ ::Array[Types::Subscription]
332 |
# File 'sig/client.rbs', line 332
def subscriptions: () -> ::Array[Types::Subscription]
|