sns_list_subscriptions: Returns a list of the requester's subscriptions

View source: R/sns_operations.R

sns_list_subscriptionsR Documentation

Returns a list of the requester's subscriptions

Description

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.

Usage

sns_list_subscriptions(NextToken = NULL)

Arguments

NextToken

Token returned by the previous list_subscriptions request.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.