Table of Contents

Class ListSubscriptionsByTopicResponse

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Response for ListSubscriptionsByTopic action.

public class ListSubscriptionsByTopicResponse : AmazonWebServiceResponse
Inheritance
ListSubscriptionsByTopicResponse

Constructors

ListSubscriptionsByTopicResponse()

public ListSubscriptionsByTopicResponse()

Properties

NextToken

Gets and sets the property NextToken.

Token to pass along to the next

ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
public string NextToken { get; set; }

Property Value

string

Subscriptions

Gets and sets the property Subscriptions.

A list of subscriptions.

public List<Subscription> Subscriptions { get; set; }

Property Value

List<Subscription>