enum Amazonite::SsmV1::PatchComplianceLevel
Defined in:
ssm_v1/patch_compliance_level.crEnum Members
-
Critical =
0
-
High =
1
-
Medium =
2
-
Low =
3
-
Informational =
4
-
Unspecified =
5
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::PatchComplianceLevel
- .to_json(e : PatchComplianceLevel, json : JSON::Builder) : Nil