DeleteInstanceRequest
public struct DeleteInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Boolean value to indicate whether to delete the enabled add-ons for the disk.
Declaration
Swift
public let forceDeleteAddOns: Bool?
-
The name of the instance to delete.
Declaration
Swift
public let instanceName: String
-
Undocumented
Declaration
Swift
public init(forceDeleteAddOns: Bool? = nil, instanceName: String)
-
Declaration
Swift
public func validate(name: String) throws