Container for the parameters to the DeleteTape operation.
            
Deletes the specified virtual tape.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteTapeRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteTapeRequest()()()() | Initializes a new instance of the DeleteTapeRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            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 region.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | TapeARN | 
            The Amazon Resource Name (ARN) of the virtual tape to delete.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
|  | WithTapeARN(String) | Obsolete. 
            Sets the TapeARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteTapeRequest | |
 See Also
 See Also