Class: Aws::StorageGateway::Types::DeleteTapePoolOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteTapePoolOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_arn ⇒ String
The Amazon Resource Name (ARN) of the custom tape pool being deleted.
Instance Attribute Details
#pool_arn ⇒ String
The Amazon Resource Name (ARN) of the custom tape pool being deleted.
2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2531 class DeleteTapePoolOutput < Struct.new( :pool_arn) SENSITIVE = [] include Aws::Structure end |