enum Amazonite::CloudFormation::AnnotationSeverityLevel

Defined in:

cloudformation/annotation_severity_level.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : ACF::AnnotationSeverityLevel #

[View source]
def self.from_json_object_key?(key : String) : ACF::AnnotationSeverityLevel | Nil #

[View source]
def self.to_json(e : AnnotationSeverityLevel, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def critical? #

Returns true if this enum value equals Critical


[View source]
def high? #

Returns true if this enum value equals High


[View source]
def informational? #

Returns true if this enum value equals Informational


[View source]
def low? #

Returns true if this enum value equals Low


[View source]
def medium? #

Returns true if this enum value equals Medium


[View source]
def to_json_object_key : String #

[View source]