Class: Aws::Types::Command

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

Defined Under Namespace

Classes: Reboot, Unknown, Unlock

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reboot ⇒ Types::Reboot

Returns the value of attribute reboot.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def reboot
  @reboot
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


38
39
40
# File 'sig/types.rbs', line 38

def unknown
  @unknown
end

#unlock ⇒ Types::Unlock

Returns the value of attribute unlock.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def unlock
  @unlock
end