DeleteTapeInput
public struct DeleteTapeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can’t be deleted.
Declaration
Swift
public let bypassGovernanceRetention: Bool?
-
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
Declaration
Swift
public let gatewayARN: String
-
The Amazon Resource Name (ARN) of the virtual tape to delete.
Declaration
Swift
public let tapeARN: String
-
Undocumented
Declaration
Swift
public init(bypassGovernanceRetention: Bool? = nil, gatewayARN: String, tapeARN: String)
-
Declaration
Swift
public func validate(name: String) throws