class Aws::SNS::Types::ListSubscriptionsByTopicInput

Input for ListSubscriptionsByTopic action.

@note When making an API call, you may pass ListSubscriptionsByTopicInput

data as a hash:

    {
      topic_arn: "topicARN", # required
      next_token: "nextToken",
    }

@!attribute [rw] topic_arn

The ARN of the topic for which you wish to find subscriptions.
@return [String]

@!attribute [rw] next_token

Token returned by the previous `ListSubscriptionsByTopic` request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptionsByTopicInput AWS API Documentation

Constants

SENSITIVE