AwsRdsPendingCloudWatchLogsExports
public struct AwsRdsPendingCloudWatchLogsExports : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of log types that are being disabled.
Declaration
Swift
public let logTypesToDisable: [String]?
-
A list of log types that are being enabled.
Declaration
Swift
public let logTypesToEnable: [String]?
-
Undocumented
Declaration
Swift
public init(logTypesToDisable: [String]? = nil, logTypesToEnable: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws