You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::CancelRetrievalInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CancelRetrievalInput
- Defined in:
- (unknown)
Overview
Note:
When passing CancelRetrievalInput as input to an Aws::Client method, you can use a vanilla Hash:
{
gateway_arn: "GatewayARN", # required
tape_arn: "TapeARN", # required
}
CancelRetrievalInput
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.