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

Class: Aws::MediaLive::Types::InputDeviceSummary

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

Overview

Details of the input device.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique ARN of the input device.

Returns:

  • (String)

    The unique ARN of the input device.

#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 an input device that is type HD.

Returns:

#idString

The unique ID of the input device.

Returns:

  • (String)

    The unique ID of the input device.

#mac_addressString

The network MAC address of the input device.

Returns:

  • (String)

    The network MAC address of the input device.

#nameString

A name that you specify for the input device.

Returns:

  • (String)

    A name that you specify for the input device.

#network_settingsTypes::InputDeviceNetworkSettings

Network settings for the input device.

Returns:

#serial_numberString

The unique serial number of the input device.

Returns:

  • (String)

    The unique serial number of the input device.

#typeString

The type of the input device.

Possible values:

  • HD

Returns:

  • (String)

    The type of the input device.