Class: Aws::StorageGateway::Types::DeleteTapePoolOutput

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 being deleted.

Returns:

  • (String)


2429
2430
2431
2432
2433
# File 'lib/aws-sdk-storagegateway/types.rb', line 2429

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