Class: Aws::StorageGateway::Types::AssignTapePoolOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AssignTapePoolOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The unique Amazon Resource Names (ARN) of the virtual tape that was added to the tape pool.
Instance Attribute Details
#tape_arn ⇒ String
The unique Amazon Resource Names (ARN) of the virtual tape that was added to the tape pool.
363 364 365 366 367 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 363 class AssignTapePoolOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |