Class: Aws::MediaLive::Types::InputDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
An input device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The unique ARN of the input device.
-
#availability_zone ⇒ String
The Availability Zone associated with this input device.
-
#connection_state ⇒ 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.
-
#device_update_status ⇒ String
The status of software on the input device.
-
#hd_device_settings ⇒ Types::InputDeviceHdSettings
Settings that describe an input device that is type HD.
-
#id ⇒ String
The unique ID of the input device.
-
#mac_address ⇒ String
The network MAC address of the input device.
-
#medialive_input_arns ⇒ Array<String>
An array of the ARNs for the MediaLive inputs attached to the device.
-
#name ⇒ String
A name that you specify for the input device.
-
#network_settings ⇒ Types::InputDeviceNetworkSettings
The network settings for the input device.
-
#output_type ⇒ String
The output attachment type of the input device.
-
#serial_number ⇒ String
The unique serial number of the input device.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
-
#type ⇒ String
The type of the input device.
-
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
Settings that describe an input device that is type UHD.
Instance Attribute Details
#arn ⇒ String
The unique ARN of the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
The Availability Zone associated with this input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#connection_state ⇒ String
The state of the connection between the input device and AWS.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#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.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#device_update_status ⇒ String
The status of software on the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#hd_device_settings ⇒ Types::InputDeviceHdSettings
Settings that describe an input device that is type HD.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#mac_address ⇒ String
The network MAC address of the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#medialive_input_arns ⇒ Array<String>
An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that you specify for the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#network_settings ⇒ Types::InputDeviceNetworkSettings
The network settings for the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#output_type ⇒ String
The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#serial_number ⇒ String
The unique serial number of the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the input device.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
Settings that describe an input device that is type UHD.
6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 |
# File 'lib/aws-sdk-medialive/types.rb', line 6794 class InputDevice < Struct.new( :arn, :connection_state, :device_settings_sync_state, :device_update_status, :hd_device_settings, :id, :mac_address, :name, :network_settings, :serial_number, :type, :uhd_device_settings, :tags, :availability_zone, :medialive_input_arns, :output_type) SENSITIVE = [] include Aws::Structure end |