Class ListSubscriptionsResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Response for ListSubscriptions action
public class ListSubscriptionsResponse : AmazonWebServiceResponse
- Inheritance
-
ListSubscriptionsResponse
Constructors
ListSubscriptionsResponse()
public ListSubscriptionsResponse()
Properties
NextToken
Gets and sets the property NextToken.
Token to pass along to the next
ListSubscriptions
request. This element
is returned if there are more subscriptions to retrieve.
public string NextToken { get; set; }
Property Value
Subscriptions
Gets and sets the property Subscriptions.
A list of subscriptions.
public List<Subscription> Subscriptions { get; set; }