Class: Aws::SNS::Types::ListSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSubscriptionsResponse
- Defined in:
- gems/aws-sdk-sns/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
ListSubscriptionsrequest. -
#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.
1528 1529 1530 1531 1532 1533 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1528 class ListSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
1528 1529 1530 1531 1532 1533 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1528 class ListSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |