Class: Aws::StorageGateway::Types::DeleteTapePoolInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteTapePoolInput
- 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 to delete.
Instance Attribute Details
#pool_arn ⇒ String
The Amazon Resource Name (ARN) of the custom tape pool to delete.
2518 2519 2520 2521 2522 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2518 class DeleteTapePoolInput < Struct.new( :pool_arn) SENSITIVE = [] include Aws::Structure end |