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

#arn ⇒ String

The unique ARN of the input device.

Returns:

  • (String) —

    The unique ARN of the input device.

#connection_state ⇒ String

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_state ⇒ String

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_status ⇒ String

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_settings ⇒ Types::InputDeviceHdSettings

Settings that describe an input device that is type HD.

Returns:

#id ⇒ String

The unique ID of the input device.

Returns:

  • (String) —

    The unique ID of the input device.

#mac_address ⇒ String

The network MAC address of the input device.

Returns:

  • (String) —

    The network MAC address of the input device.

#name ⇒ String

A name that you specify for the input device.

Returns:

  • (String) —

    A name that you specify for the input device.

#network_settings ⇒ Types::InputDeviceNetworkSettings

Network settings for the input device.

Returns:

#serial_number ⇒ String

The unique serial number of the input device.

Returns:

  • (String) —

    The unique serial number of the input device.

#type ⇒ String

The type of the input device.

Possible values:

  • HD

Returns:

  • (String) —

    The type of the input device.