Class ListSubscriptionsRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Container for the parameters to the ListSubscriptions operation. 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 ListSubscriptions
call to get further results.
This action is throttled at 30 transactions per second (TPS).
public class ListSubscriptionsRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
ListSubscriptionsRequest
Constructors
ListSubscriptionsRequest()
Empty constructor used to set properties independently even when a simple constructor is available
public ListSubscriptionsRequest()
ListSubscriptionsRequest(string)
Instantiates ListSubscriptionsRequest with the parameterized properties
public ListSubscriptionsRequest(string nextToken)
Parameters
nextTokenstringToken returned by the previous
request.ListSubscriptions
Properties
NextToken
Gets and sets the property NextToken.
Token returned by the previous
ListSubscriptions request.
public string NextToken { get; set; }