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

Class: Aws::MediaLive::Types::UpdateInputDeviceRequest

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

Overview

Note:

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

{
  hd_device_settings: {
    configured_input: "AUTO", # accepts AUTO, HDMI, SDI
    max_bitrate: 1,
  },
  input_device_id: "__string", # required
  name: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#hd_device_settingsTypes::InputDeviceConfigurableSettings

Configurable settings for the input device.

Returns:

#input_device_idString

Returns:

  • (String)

#nameString

Returns:

  • (String)