Class: Aws::Types::RebootInputDeviceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#force"NO", "YES"

Returns the value of attribute force.

Returns:

  • ("NO", "YES")


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.

Returns:

  • (::String)


2727
2728
2729
# File 'sig/types.rbs', line 2727

def input_device_id
  @input_device_id
end