DetachVolumeInput
public struct DetachVolumeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume. The default is false. If this value is set to false, you must manually disconnect the iSCSI connection from the target volume. Valid Values: true | false
Declaration
Swift
public let forceDetach: Bool?
-
The Amazon Resource Name (ARN) of the volume to detach from the gateway.
Declaration
Swift
public let volumeARN: String
-
Undocumented
Declaration
Swift
public init(forceDetach: Bool? = nil, volumeARN: String)
-
Declaration
Swift
public func validate(name: String) throws