Class: Aws::StorageGateway::Types::CancelRetrievalInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CancelRetrievalInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
CancelRetrievalInput
Constant Summary collapse
- SENSITIVE =
[]
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 Amazon Web Services Region.
855 856 857 858 859 860 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 855 class CancelRetrievalInput < Struct.new( :gateway_arn, :tape_arn) SENSITIVE = [] include Aws::Structure end |
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
855 856 857 858 859 860 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 855 class CancelRetrievalInput < Struct.new( :gateway_arn, :tape_arn) SENSITIVE = [] include Aws::Structure end |