class Amazonite::Ssm::SeveritySummary

Overview

The number of managed nodes found for each patch severity level defined in the request filter.

Included Modules

Defined in:

ssm/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 ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def critical_count : Int32 | Nil #

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.


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

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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def high_count : Int32 | Nil #

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.


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

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.


[View source]
def informational_count : Int32 | Nil #

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.


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

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.


[View source]
def low_count : Int32 | Nil #

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.


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

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.


[View source]
def medium_count : Int32 | Nil #

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.


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

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.


[View source]
def unspecified_count : Int32 | Nil #

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.


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

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.


[View source]
def validate! : Nil #

[View source]