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)


2686
2687
2688
2689
2690
# File 'lib/aws-sdk-storagegateway/types.rb', line 2686

class DeleteTapePoolInput < Struct.new(
  :pool_arn)
  SENSITIVE = []
  include Aws::Structure
end