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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


2416
2417
2418
2419
2420
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2416

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