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 ‘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.
1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-sns/types.rb', line 1392 class ListSubscriptionsByTopicResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
A list of subscriptions.
1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-sns/types.rb', line 1392 class ListSubscriptionsByTopicResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |