LogSubscription
public struct LogSubscription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Identifier (ID) of the directory that you want to associate with the log subscription.
Declaration
Swift
public let directoryId: String? -
The name of the log group.
Declaration
Swift
public let logGroupName: String? -
The date and time that the log subscription was created.
Declaration
Swift
public let subscriptionCreatedDateTime: TimeStamp? -
Undocumented
Declaration
Swift
public init(directoryId: String? = nil, logGroupName: String? = nil, subscriptionCreatedDateTime: TimeStamp? = nil)
View on GitHub
LogSubscription Structure Reference