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.
2098 2099 2100 2101 2102 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2098 class CreateTapeWithBarcodeOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |