Description Usage Arguments Details Value Author(s) References See Also
View source: R/subscriptions.R
Lists subscriptions for a specified topic
1 | list_subscriptions(topic, token, ...)
|
topic |
A character string containing an SNS Topic Amazon Resource Name (ARN). |
token |
A paging paramter used to return additional pages of results.
This will be available in the “NextToken” attribute of a previous
call to |
... |
Additional arguments passed to |
Lists subscriptions for a specified topic. Up to 100 subscriptions are
returned by each request. The token
argument can be used to return
additional results.
If successful, a dataframe containing details of . Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
Thomas J. Leeper
link{subscribe}
link{unsubscribe}
link{get_subscription_attrs}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.