Table of Contents

Interface IListSubscriptionsPaginator

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

Paginator for the ListSubscriptions operation

public interface IListSubscriptionsPaginator

Properties

Responses

Enumerable containing all full responses for the operation

IPaginatedEnumerable<ListSubscriptionsResponse> Responses { get; }

Property Value

IPaginatedEnumerable<ListSubscriptionsResponse>

Subscriptions

Enumerable containing all of the Subscriptions

IPaginatedEnumerable<Subscription> Subscriptions { get; }

Property Value

IPaginatedEnumerable<Subscription>