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

Class: Aws::MediaLive::Types::UpdateInputDeviceResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)

#connection_stateString

The state of the connection between the input device and AWS.

Possible values:

  • DISCONNECTED
  • CONNECTED

Returns:

  • (String)

    The state of the connection between the input device and AWS.

#device_settings_sync_stateString

The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.

Possible values:

  • SYNCED
  • SYNCING

Returns:

  • (String)

    The status of the action to synchronize the device configuration.

#device_update_statusString

The status of software on the input device.

Possible values:

  • UP_TO_DATE
  • NOT_UP_TO_DATE

Returns:

  • (String)

    The status of software on the input device.

#hd_device_settingsTypes::InputDeviceHdSettings

Settings that describe the active source from the input device, and the video characteristics of that source.

Returns:

  • (Types::InputDeviceHdSettings)

    Settings that describe the active source from the input device, and the video characteristics of that source.

#idString

Returns:

  • (String)

#mac_addressString

Returns:

  • (String)

#nameString

Returns:

  • (String)

#network_settingsTypes::InputDeviceNetworkSettings

The network settings for the input device.

Returns:

#serial_numberString

Returns:

  • (String)

#typeString

The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose "HD".

Possible values:

  • HD

Returns:

  • (String)

    The type of the input device.