class

Amazonite::SsmV1::SeveritySummary

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

critical_count
Source
critical_count=(critical_count : Int32 | Nil)
Source
high_count
Source
high_count=(high_count : Int32 | Nil)
Source
informational_count
Source
informational_count=(informational_count : Int32 | Nil)
Source
low_count
Source
low_count=(low_count : Int32 | Nil)
Source
medium_count
Source
medium_count=(medium_count : Int32 | Nil)
Source
unspecified_count
Source
unspecified_count=(unspecified_count : Int32 | Nil)
Source