class Amazonite::SsmV1::SeveritySummary
- Amazonite::SsmV1::SeveritySummary
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/severity_summary.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
- #critical_count : Int32 | Nil
- #critical_count=(critical_count : Int32 | Nil)
- #high_count : Int32 | Nil
- #high_count=(high_count : Int32 | Nil)
- #informational_count : Int32 | Nil
- #informational_count=(informational_count : Int32 | Nil)
- #low_count : Int32 | Nil
- #low_count=(low_count : Int32 | Nil)
- #medium_count : Int32 | Nil
- #medium_count=(medium_count : Int32 | Nil)
- #unspecified_count : Int32 | Nil
- #unspecified_count=(unspecified_count : Int32 | Nil)
Constructor Detail
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)
#