Method: Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput#device_type

Defined in:
lib/aws-sdk-storagegateway/types.rb

#device_typeString

The type of medium changer you want to select.

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

Returns:

  • (String)


8069
8070
8071
8072
8073
8074
# File 'lib/aws-sdk-storagegateway/types.rb', line 8069

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