enum

Amazonite::SsmV1::AssociationComplianceSeverity

Inherits Enum < Comparable < Value < Object

Constants

Critical = 0
High = 1
Medium = 2
Low = 3
Unspecified = 4

Class methods

from_json(pull : JSON::PullParser) : AS::AssociationComplianceSeverity
Source
to_json(e : AssociationComplianceSeverity, json : JSON::Builder) : Nil
Source

Instance methods

critical?

Returns true if this enum value equals Critical

Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
medium?

Returns true if this enum value equals Medium

Source
unspecified?

Returns true if this enum value equals Unspecified

Source