Class: Aws::StorageGateway::Types::DeleteTapeArchiveOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteTapeArchiveOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
DeleteTapeArchiveOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
2630 2631 2632 2633 2634 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2630 class DeleteTapeArchiveOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |