Class: Aws::Types::Command
- Inherits:
-
Object
- Object
- Aws::Types::Command
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Reboot, Unknown, Unlock
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reboot ⇒ Types::Reboot
Returns the value of attribute reboot.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#unlock ⇒ Types::Unlock
Returns the value of attribute unlock.
Instance Attribute Details
#reboot ⇒ Types::Reboot
Returns the value of attribute reboot.
36 37 38 |
# File 'sig/types.rbs', line 36 def reboot @reboot end |
#unknown ⇒ Object
Returns the value of attribute unknown.
38 39 40 |
# File 'sig/types.rbs', line 38 def unknown @unknown end |
#unlock ⇒ Types::Unlock
Returns the value of attribute unlock.
37 38 39 |
# File 'sig/types.rbs', line 37 def unlock @unlock end |