Class: Aws::StorageGateway::Types::CancelRetrievalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CancelRetrievalOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
CancelRetrievalOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.
888 889 890 891 892 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 888 class CancelRetrievalOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |