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

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

#device_typeString

The type of medium changer you want to select.

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

Returns:

  • (String)


7299
7300
7301
7302
7303
7304
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7299

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

#vtl_device_arnString

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

Returns:

  • (String)


7299
7300
7301
7302
7303
7304
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7299

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