DeleteVolumeInput
public struct DeleteVolumeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
Declaration
Swift
public let volumeARN: String
-
Undocumented
Declaration
Swift
public init(volumeARN: String)
-
Declaration
Swift
public func validate(name: String) throws