enum

Amazonite::SsmV1::ComplianceSeverity

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

from_json(pull : JSON::PullParser) : AS::ComplianceSeverity
Source
to_json(e : ComplianceSeverity, 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
informational?

Returns true if this enum value equals Informational

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