You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateVTLDeviceTypeInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  vtl_device_arn: "VTLDeviceARN", # required
  device_type: "DeviceType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_typeString

The type of medium changer you want to select.

Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402

Returns:

  • (String)

    The type of medium changer you want to select.

#vtl_device_arnString

The Amazon Resource Name (ARN) of the medium changer you want to select.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the medium changer you want to select.