Class: Aws::Types::UpdateInputDevice
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInputDevice
- 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.
-
#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.
3385 3386 3387 |
# File 'sig/types.rbs', line 3385 def availability_zone @availability_zone end |
#hd_device_settings ⇒ Types::InputDeviceConfigurableSettings
Returns the value of attribute hd_device_settings.
3382 3383 3384 |
# File 'sig/types.rbs', line 3382 def hd_device_settings @hd_device_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def name @name end |
#uhd_device_settings ⇒ Types::InputDeviceConfigurableSettings
Returns the value of attribute uhd_device_settings.
3384 3385 3386 |
# File 'sig/types.rbs', line 3384 def uhd_device_settings @uhd_device_settings end |