Class: Aws::Types::UpdateInputDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInputDeviceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#connection_state ⇒ "DISCONNECTED", "CONNECTED"
Returns the value of attribute connection_state.
-
#device_settings_sync_state ⇒ "SYNCED", "SYNCING"
Returns the value of attribute device_settings_sync_state.
-
#device_update_status ⇒ "UP_TO_DATE", ...
Returns the value of attribute device_update_status.
-
#hd_device_settings ⇒ Types::InputDeviceHdSettings
Returns the value of attribute hd_device_settings.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#medialive_input_arns ⇒ ::Array[::String]
Returns the value of attribute medialive_input_arns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_settings ⇒ Types::InputDeviceNetworkSettings
Returns the value of attribute network_settings.
-
#output_type ⇒ "NONE", ...
Returns the value of attribute output_type.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "HD", "UHD"
Returns the value of attribute type.
-
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
Returns the value of attribute uhd_device_settings.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3399 3400 3401 |
# File 'sig/types.rbs', line 3399 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def availability_zone @availability_zone end |
#connection_state ⇒ "DISCONNECTED", "CONNECTED"
Returns the value of attribute connection_state.
3400 3401 3402 |
# File 'sig/types.rbs', line 3400 def connection_state @connection_state end |
#device_settings_sync_state ⇒ "SYNCED", "SYNCING"
Returns the value of attribute device_settings_sync_state.
3401 3402 3403 |
# File 'sig/types.rbs', line 3401 def device_settings_sync_state @device_settings_sync_state end |
#device_update_status ⇒ "UP_TO_DATE", ...
Returns the value of attribute device_update_status.
3402 3403 3404 |
# File 'sig/types.rbs', line 3402 def device_update_status @device_update_status end |
#hd_device_settings ⇒ Types::InputDeviceHdSettings
Returns the value of attribute hd_device_settings.
3403 3404 3405 |
# File 'sig/types.rbs', line 3403 def hd_device_settings @hd_device_settings end |
#id ⇒ ::String
Returns the value of attribute id.
3404 3405 3406 |
# File 'sig/types.rbs', line 3404 def id @id end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
3405 3406 3407 |
# File 'sig/types.rbs', line 3405 def mac_address @mac_address end |
#medialive_input_arns ⇒ ::Array[::String]
Returns the value of attribute medialive_input_arns.
3413 3414 3415 |
# File 'sig/types.rbs', line 3413 def medialive_input_arns @medialive_input_arns end |
#name ⇒ ::String
Returns the value of attribute name.
3406 3407 3408 |
# File 'sig/types.rbs', line 3406 def name @name end |
#network_settings ⇒ Types::InputDeviceNetworkSettings
Returns the value of attribute network_settings.
3407 3408 3409 |
# File 'sig/types.rbs', line 3407 def network_settings @network_settings end |
#output_type ⇒ "NONE", ...
Returns the value of attribute output_type.
3414 3415 3416 |
# File 'sig/types.rbs', line 3414 def output_type @output_type end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
3408 3409 3410 |
# File 'sig/types.rbs', line 3408 def serial_number @serial_number end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def @tags end |
#type ⇒ "HD", "UHD"
Returns the value of attribute type.
3409 3410 3411 |
# File 'sig/types.rbs', line 3409 def type @type end |
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
Returns the value of attribute uhd_device_settings.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def uhd_device_settings @uhd_device_settings end |