You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SNS::Types::ListSubscriptionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Response for ListSubscriptions action

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

Returns:

  • (String)

    Token to pass along to the next ListSubscriptions request.

#subscriptionsArray<Types::Subscription>

A list of subscriptions.

Returns: