ListEventSubscriptionsResponse
public struct ListEventSubscriptionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Declaration
Swift
public let nextToken: String?
-
Details of the returned event subscriptions.
Declaration
Swift
public let subscriptions: [Subscription]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, subscriptions: [Subscription])