Class: Aws::StorageGateway::Types::CreateTapePoolOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateTapePoolOutput
- Defined in:
- gems/aws-sdk-storagegateway/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.
1979 1980 1981 1982 1983 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1979 class CreateTapePoolOutput < Struct.new( :pool_arn) SENSITIVE = [] include Aws::Structure end |