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

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 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)


2145
2146
2147
2148
2149
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2145

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