Class: Aws::StorageGateway::Types::CreateTapePoolOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateTapePoolOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_arn ⇒ String
The unique Amazon Resource Name (ARN) that represents the custom tape pool.
Instance Attribute Details
#pool_arn ⇒ String
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.
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 |