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.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def force @force end |
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def input_device_id @input_device_id end |