View source: R/sns_operations.R
sns_list_subscriptions | R Documentation |
Returns a list of the requester's subscriptions. 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
call to get further results.
See https://www.paws-r-sdk.com/docs/sns_list_subscriptions/ for full documentation.
sns_list_subscriptions(NextToken = NULL)
NextToken |
Token returned by the previous
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.