Class: Aws::StorageGateway::Types::UpdateVTLDeviceTypeOutput

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

Overview

UpdateVTLDeviceTypeOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vtl_device_arnString

The Amazon Resource Name (ARN) of the medium changer you have selected.

Returns:

  • (String)


7315
7316
7317
7318
7319
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7315

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