Class: Aws::StorageGateway::Types::DeleteTapePoolInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pool_arnString

The Amazon Resource Name (ARN) of the custom tape pool to delete.

Returns:

  • (String)


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