Class: Aws::StorageGateway::Types::CancelArchivalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CancelArchivalOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
851 852 853 854 855 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 851 class CancelArchivalOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |