Module: Aws::MediaLive::Client::_DescribeInputDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInputDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #availability_zone ⇒ ::String
- #connection_state ⇒ "DISCONNECTED", "CONNECTED"
- #device_settings_sync_state ⇒ "SYNCED", "SYNCING"
- #device_update_status ⇒ "UP_TO_DATE", ...
- #hd_device_settings ⇒ Types::InputDeviceHdSettings
- #id ⇒ ::String
- #mac_address ⇒ ::String
- #medialive_input_arns ⇒ ::Array[::String]
- #name ⇒ ::String
- #network_settings ⇒ Types::InputDeviceNetworkSettings
- #output_type ⇒ "NONE", ...
- #serial_number ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "HD", "UHD"
- #uhd_device_settings ⇒ Types::InputDeviceUhdSettings
Instance Method Details
#arn ⇒ ::String
677 |
# File 'sig/client.rbs', line 677 def arn: () -> ::String |
#availability_zone ⇒ ::String
690 |
# File 'sig/client.rbs', line 690 def availability_zone: () -> ::String |
#connection_state ⇒ "DISCONNECTED", "CONNECTED"
678 |
# File 'sig/client.rbs', line 678 def connection_state: () -> ("DISCONNECTED" | "CONNECTED") |
#device_settings_sync_state ⇒ "SYNCED", "SYNCING"
679 |
# File 'sig/client.rbs', line 679 def device_settings_sync_state: () -> ("SYNCED" | "SYNCING") |
#device_update_status ⇒ "UP_TO_DATE", ...
680 |
# File 'sig/client.rbs', line 680 def device_update_status: () -> ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING") |
#hd_device_settings ⇒ Types::InputDeviceHdSettings
681 |
# File 'sig/client.rbs', line 681 def hd_device_settings: () -> Types::InputDeviceHdSettings |
#id ⇒ ::String
682 |
# File 'sig/client.rbs', line 682 def id: () -> ::String |
#mac_address ⇒ ::String
683 |
# File 'sig/client.rbs', line 683 def mac_address: () -> ::String |
#medialive_input_arns ⇒ ::Array[::String]
691 |
# File 'sig/client.rbs', line 691 def medialive_input_arns: () -> ::Array[::String] |
#name ⇒ ::String
684 |
# File 'sig/client.rbs', line 684 def name: () -> ::String |
#network_settings ⇒ Types::InputDeviceNetworkSettings
685 |
# File 'sig/client.rbs', line 685 def network_settings: () -> Types::InputDeviceNetworkSettings |
#output_type ⇒ "NONE", ...
692 |
# File 'sig/client.rbs', line 692 def output_type: () -> ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW") |
#serial_number ⇒ ::String
686 |
# File 'sig/client.rbs', line 686 def serial_number: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
689 |
# File 'sig/client.rbs', line 689 def tags: () -> ::Hash[::String, ::String] |
#type ⇒ "HD", "UHD"
687 |
# File 'sig/client.rbs', line 687 def type: () -> ("HD" | "UHD") |
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
688 |
# File 'sig/client.rbs', line 688 def uhd_device_settings: () -> Types::InputDeviceUhdSettings |