DeleteVolumeOutput
public struct DeleteVolumeOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
Declaration
Swift
public let volumeARN: String?
-
Undocumented
Declaration
Swift
public init(volumeARN: String? = nil)