Class: Aws::SNS::Types::ListSubscriptionsByTopicInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSubscriptionsByTopicInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for ListSubscriptionsByTopic action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token returned by the previous ‘ListSubscriptionsByTopic` request.
-
#topic_arn ⇒ String
The ARN of the topic for which you wish to find subscriptions.
Instance Attribute Details
#next_token ⇒ String
Token returned by the previous ‘ListSubscriptionsByTopic` request.
1371 1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-sns/types.rb', line 1371 class ListSubscriptionsByTopicInput < Struct.new( :topic_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The ARN of the topic for which you wish to find subscriptions.
1371 1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-sns/types.rb', line 1371 class ListSubscriptionsByTopicInput < Struct.new( :topic_arn, :next_token) SENSITIVE = [] include Aws::Structure end |