Class: Aws::StorageGateway::Types::DeleteTapeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteTapeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DeleteTapeOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted virtual tape.
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted virtual tape.
2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2506 class DeleteTapeOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |