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)


1989
1990
1991
1992
1993
# File 'lib/aws-sdk-storagegateway/types.rb', line 1989

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