class Amazonite::Ssm::CompliantSummary

Overview

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

Included Modules

Defined in:

ssm/compliant_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(compliant_count : Int32 | Nil = nil, severity_summary : SeveritySummary | 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 compliant_count : Int32 | Nil #

The total number of resources that are compliant.


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

The total number of resources that are compliant.


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

See Object#hash(hasher)


def severity_summary : SeveritySummary | Nil #

A summary of the compliance severity by compliance type.


[View source]
def severity_summary=(severity_summary : SeveritySummary | Nil) #

A summary of the compliance severity by compliance type.


[View source]
def validate! : Nil #

[View source]