Class: Aws::SNS::Types::ListSubscriptionsByTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSubscriptionsByTopicResponse
- Defined in:
- gems/aws-sdk-sns/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
ListSubscriptionsByTopic
request. -
#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.
1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1367 class ListSubscriptionsByTopicResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1367 class ListSubscriptionsByTopicResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |