class Amazonite::SsmV1::SeveritySummary

Included Modules

Defined in:

ssm_v1/severity_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(critical_count : Int32 | Nil = nil, high_count : Int32 | Nil = nil, medium_count : Int32 | Nil = nil, low_count : Int32 | Nil = nil, informational_count : Int32 | Nil = nil, unspecified_count : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def critical_count : Int32 | Nil #

[View source]
def critical_count=(critical_count : Int32 | Nil) #

[View source]
def high_count : Int32 | Nil #

[View source]
def high_count=(high_count : Int32 | Nil) #

[View source]
def informational_count : Int32 | Nil #

[View source]
def informational_count=(informational_count : Int32 | Nil) #

[View source]
def low_count : Int32 | Nil #

[View source]
def low_count=(low_count : Int32 | Nil) #

[View source]
def medium_count : Int32 | Nil #

[View source]
def medium_count=(medium_count : Int32 | Nil) #

[View source]
def unspecified_count : Int32 | Nil #

[View source]
def unspecified_count=(unspecified_count : Int32 | Nil) #

[View source]