ListSubscriptionsByTopicInput
public struct ListSubscriptionsByTopicInput : AWSShape
extension SNS.ListSubscriptionsByTopicInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Token returned by the previous ListSubscriptionsByTopic request.
Declaration
Swift
public let nextToken: String? -
The ARN of the topic for which you wish to find subscriptions.
Declaration
Swift
public let topicArn: String -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, topicArn: String)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SNS.ListSubscriptionsByTopicInput
View on GitHub
ListSubscriptionsByTopicInput Structure Reference