CancelRetrievalInput
public struct CancelRetrievalInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let gatewayARN: String
-
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
Declaration
Swift
public let tapeARN: String
-
Undocumented
Declaration
Swift
public init(gatewayARN: String, tapeARN: String)
-
Declaration
Swift
public func validate(name: String) throws