enum
Amazonite::Ssm::PatchAction
Defined in:
ssm/patch_action.crEnum Members
-
AllowAsDependency =
0 -
Block =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::PatchAction
- .from_json_object_key?(key : String) : AS::PatchAction | Nil
- .to_json(e : PatchAction, json : JSON::Builder) : Nil
Instance Method Summary
-
#allow_as_dependency?
Returns
trueif this enum value equalsAllowAsDependency -
#block?
Returns
trueif this enum value equalsBlock - #to_json_object_key : String