Class: Aws::SNS::Types::ListSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSubscriptionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response for ListSubscriptions action
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token to pass along to the next ‘ListSubscriptions` request.
-
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
Instance Attribute Details
#next_token ⇒ String
Token to pass along to the next ‘ListSubscriptions` request. This element is returned if there are more subscriptions to retrieve.
1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-sns/types.rb', line 1430 class ListSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-sns/types.rb', line 1430 class ListSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |