Class: Aws::StorageGateway::Types::AssignTapePoolOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

The unique Amazon Resource Names (ARN) of the virtual tape that was added to the tape pool.

Returns:

  • (String)


353
354
355
356
357
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 353

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