Class: Aws::Types::UpdateInputDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInputDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#hd_device_settings ⇒ Types::InputDeviceConfigurableSettings
Returns the value of attribute hd_device_settings.
-
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#uhd_device_settings ⇒ Types::InputDeviceConfigurableSettings
Returns the value of attribute uhd_device_settings.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def availability_zone @availability_zone end |
#hd_device_settings ⇒ Types::InputDeviceConfigurableSettings
Returns the value of attribute hd_device_settings.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def hd_device_settings @hd_device_settings end |
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def input_device_id @input_device_id end |
#name ⇒ ::String
Returns the value of attribute name.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def name @name end |
#uhd_device_settings ⇒ Types::InputDeviceConfigurableSettings
Returns the value of attribute uhd_device_settings.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def uhd_device_settings @uhd_device_settings end |