enum
Amazonite::Ssm::RebootOption
Defined in:
ssm/reboot_option.crEnum Members
-
RebootIfNeeded =
0 -
NoReboot =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::RebootOption
- .from_json_object_key?(key : String) : AS::RebootOption | Nil
- .to_json(e : RebootOption, json : JSON::Builder) : Nil
Instance Method Summary
-
#no_reboot?
Returns
trueif this enum value equalsNoReboot -
#reboot_if_needed?
Returns
trueif this enum value equalsRebootIfNeeded - #to_json_object_key : String