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
1293 |
# File 'sig/client.rbs', line 1293
def arn: () -> ::String
|
#availability_zone ⇒ ::String
1306 |
# File 'sig/client.rbs', line 1306
def availability_zone: () -> ::String
|
#connection_state ⇒ "DISCONNECTED", "CONNECTED"
1294 |
# File 'sig/client.rbs', line 1294
def connection_state: () -> ("DISCONNECTED" | "CONNECTED")
|
#device_settings_sync_state ⇒ "SYNCED", "SYNCING"
1295 |
# File 'sig/client.rbs', line 1295
def device_settings_sync_state: () -> ("SYNCED" | "SYNCING")
|
#device_update_status ⇒ "UP_TO_DATE", ...
1296 |
# File 'sig/client.rbs', line 1296
def device_update_status: () -> ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING")
|
#hd_device_settings ⇒ Types::InputDeviceHdSettings
1297 |
# File 'sig/client.rbs', line 1297
def hd_device_settings: () -> Types::InputDeviceHdSettings
|
#id ⇒ ::String
1298 |
# File 'sig/client.rbs', line 1298
def id: () -> ::String
|
#mac_address ⇒ ::String
1299 |
# File 'sig/client.rbs', line 1299
def mac_address: () -> ::String
|
#medialive_input_arns ⇒ ::Array[::String]
1307 |
# File 'sig/client.rbs', line 1307
def medialive_input_arns: () -> ::Array[::String]
|
#name ⇒ ::String
1300 |
# File 'sig/client.rbs', line 1300
def name: () -> ::String
|
#network_settings ⇒ Types::InputDeviceNetworkSettings
1301 |
# File 'sig/client.rbs', line 1301
def network_settings: () -> Types::InputDeviceNetworkSettings
|
#output_type ⇒ "NONE", ...
1308 |
# File 'sig/client.rbs', line 1308
def output_type: () -> ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW")
|
#serial_number ⇒ ::String
1302 |
# File 'sig/client.rbs', line 1302
def serial_number: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1305 |
# File 'sig/client.rbs', line 1305
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "HD", "UHD"
1303 |
# File 'sig/client.rbs', line 1303
def type: () -> ("HD" | "UHD")
|
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
1304 |
# File 'sig/client.rbs', line 1304
def uhd_device_settings: () -> Types::InputDeviceUhdSettings
|