Class: Aws::StorageGateway::Types::CreateTapePoolOutput

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 unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region.

Returns:

  • (String)


2003
2004
2005
2006
2007
# File 'lib/aws-sdk-storagegateway/types.rb', line 2003

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