Class: Aws::Types::RebootInputDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::RebootInputDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ "NO", "YES"
Returns the value of attribute force.
-
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
Instance Attribute Details
#force ⇒ "NO", "YES"
Returns the value of attribute force.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def force @force end |
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def input_device_id @input_device_id end |