Class: Aws::StorageGateway::Types::CancelArchivalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CancelArchivalOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
CancelArchivalOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
834 835 836 837 838 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 834 class CancelArchivalOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |