UpdateTarget
public struct UpdateTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The cluster version for the new maintenance track.
Declaration
Swift
public let databaseVersion: String? -
The name of the new maintenance track.
Declaration
Swift
public let maintenanceTrackName: String? -
A list of operations supported by the maintenance track.
Declaration
Swift
public let supportedOperations: [SupportedOperation]? -
Undocumented
Declaration
Swift
public init(databaseVersion: String? = nil, maintenanceTrackName: String? = nil, supportedOperations: [SupportedOperation]? = nil)
View on GitHub
UpdateTarget Structure Reference