ListLogSubscriptionsResult
public struct ListLogSubscriptionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of active LogSubscription objects for calling the AWS account.
Declaration
Swift
public let logSubscriptions: [LogSubscription]?
-
The token for the next set of items to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(logSubscriptions: [LogSubscription]? = nil, nextToken: String? = nil)