DeleteDBInstanceMessage
public struct DeleteDBInstanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The instance identifier for the instance to be deleted. This parameter isn’t case sensitive. Constraints: Must match the name of an existing instance.
Declaration
Swift
public let dBInstanceIdentifier: String
-
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String)