Module: Aws::MediaLive::Client::_UpdateInputDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateInputDeviceResponse]
- 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
1277 |
# File 'sig/client.rbs', line 1277 def arn: () -> ::String |
#availability_zone ⇒ ::String
1290 |
# File 'sig/client.rbs', line 1290 def availability_zone: () -> ::String |
#connection_state ⇒ "DISCONNECTED", "CONNECTED"
1278 |
# File 'sig/client.rbs', line 1278 def connection_state: () -> ("DISCONNECTED" | "CONNECTED") |
#device_settings_sync_state ⇒ "SYNCED", "SYNCING"
1279 |
# File 'sig/client.rbs', line 1279 def device_settings_sync_state: () -> ("SYNCED" | "SYNCING") |
#device_update_status ⇒ "UP_TO_DATE", ...
1280 |
# File 'sig/client.rbs', line 1280 def device_update_status: () -> ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING") |
#hd_device_settings ⇒ Types::InputDeviceHdSettings
1281 |
# File 'sig/client.rbs', line 1281 def hd_device_settings: () -> Types::InputDeviceHdSettings |
#id ⇒ ::String
1282 |
# File 'sig/client.rbs', line 1282 def id: () -> ::String |
#mac_address ⇒ ::String
1283 |
# File 'sig/client.rbs', line 1283 def mac_address: () -> ::String |
#medialive_input_arns ⇒ ::Array[::String]
1291 |
# File 'sig/client.rbs', line 1291 def medialive_input_arns: () -> ::Array[::String] |
#name ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284 def name: () -> ::String |
#network_settings ⇒ Types::InputDeviceNetworkSettings
1285 |
# File 'sig/client.rbs', line 1285 def network_settings: () -> Types::InputDeviceNetworkSettings |
#output_type ⇒ "NONE", ...
1292 |
# File 'sig/client.rbs', line 1292 def output_type: () -> ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW") |
#serial_number ⇒ ::String
1286 |
# File 'sig/client.rbs', line 1286 def serial_number: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1289 |
# File 'sig/client.rbs', line 1289 def tags: () -> ::Hash[::String, ::String] |
#type ⇒ "HD", "UHD"
1287 |
# File 'sig/client.rbs', line 1287 def type: () -> ("HD" | "UHD") |
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
1288 |
# File 'sig/client.rbs', line 1288 def uhd_device_settings: () -> Types::InputDeviceUhdSettings |