Class: Aws::StorageGateway::Types::CreateTapeWithBarcodeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateTapeWithBarcodeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
CreateTapeOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
Instance Attribute Details
#tape_arn ⇒ String
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2240 class CreateTapeWithBarcodeOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |