Table of Contents

Interface IListSubscriptionsByTopicPaginator

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

Paginator for the ListSubscriptionsByTopic operation

public interface IListSubscriptionsByTopicPaginator

Properties

Responses

Enumerable containing all full responses for the operation

IPaginatedEnumerable<ListSubscriptionsByTopicResponse> Responses { get; }

Property Value

IPaginatedEnumerable<ListSubscriptionsByTopicResponse>

Subscriptions

Enumerable containing all of the Subscriptions

IPaginatedEnumerable<Subscription> Subscriptions { get; }

Property Value

IPaginatedEnumerable<Subscription>