RetrieveTapeArchiveInput
public struct RetrieveTapeArchiveInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and AWS Region. You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
Declaration
Swift
public let gatewayARN: String
-
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
Declaration
Swift
public let tapeARN: String
-
Undocumented
Declaration
Swift
public init(gatewayARN: String, tapeARN: String)
-
Declaration
Swift
public func validate(name: String) throws