Returns a list of the subscriptions to a specific topic
Source:R/sns_operations.R
sns_list_subscriptions_by_topic.RdReturns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new list_subscriptions_by_topic call to get further results.
See https://www.paws-r-sdk.com/docs/sns_list_subscriptions_by_topic/ for full documentation.