Class: Aws::StorageGateway::Types::CreateTapeWithBarcodeOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

CreateTapeOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

Returns:

  • (String)


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