Class: Aws::SNS::Types::ListSubscriptionsByTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSubscriptionsByTopicResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response for ListSubscriptionsByTopic action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token to pass along to the next
ListSubscriptionsByTopicrequest. -
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
Instance Attribute Details
#next_token ⇒ String
Token to pass along to the next ListSubscriptionsByTopic request.
This element is returned if there are more subscriptions to
retrieve.
1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-sns/types.rb', line 1522 class ListSubscriptionsByTopicResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-sns/types.rb', line 1522 class ListSubscriptionsByTopicResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |