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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


1996
1997
1998
1999
2000
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1996

class CreateTapeWithBarcodeOutput < Struct.new(
  :tape_arn)
  SENSITIVE = []
  include Aws::Structure
end