AWSSNSListSubscriptionsByTopicInput

Objective-C

@interface AWSSNSListSubscriptionsByTopicInput

Swift

class AWSSNSListSubscriptionsByTopicInput

Input for ListSubscriptionsByTopic action.

Required parameters: [TopicArn]

  • Token returned by the previous ListSubscriptionsByTopic request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The ARN of the topic for which you wish to find subscriptions.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable topicArn;

    Swift

    var topicArn: String? { get set }