class
Amazonite::Ssm::SeveritySummary
- Amazonite::Ssm::SeveritySummary
- Reference
- Object
Overview
The number of managed nodes found for each patch severity level defined in the request filter.
Included Modules
- JSON::Serializable
Defined in:
ssm/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
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#critical_count : Int32 | Nil
The total number of resources or compliance items that have a severity level of
Critical. -
#critical_count=(critical_count : Int32 | Nil)
The total number of resources or compliance items that have a severity level of
Critical. -
#hash(hasher)
See
Object#hash(hasher) -
#high_count : Int32 | Nil
The total number of resources or compliance items that have a severity level of high.
-
#high_count=(high_count : Int32 | Nil)
The total number of resources or compliance items that have a severity level of high.
-
#informational_count : Int32 | Nil
The total number of resources or compliance items that have a severity level of informational.
-
#informational_count=(informational_count : Int32 | Nil)
The total number of resources or compliance items that have a severity level of informational.
-
#low_count : Int32 | Nil
The total number of resources or compliance items that have a severity level of low.
-
#low_count=(low_count : Int32 | Nil)
The total number of resources or compliance items that have a severity level of low.
-
#medium_count : Int32 | Nil
The total number of resources or compliance items that have a severity level of medium.
-
#medium_count=(medium_count : Int32 | Nil)
The total number of resources or compliance items that have a severity level of medium.
-
#unspecified_count : Int32 | Nil
The total number of resources or compliance items that have a severity level of unspecified.
-
#unspecified_count=(unspecified_count : Int32 | Nil)
The total number of resources or compliance items that have a severity level of unspecified.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The total number of resources or compliance items that have a severity level of Critical.
Critical severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of Critical.
Critical severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.