class
Amazonite::Ssm::NonCompliantSummary
- Amazonite::Ssm::NonCompliantSummary
- Reference
- Object
Overview
A summary of resources that aren't compliant. The summary is organized according to resource type.
Included Modules
- JSON::Serializable
Defined in:
ssm/non_compliant_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(non_compliant_count : Int32 | Nil = nil, severity_summary : SeveritySummary | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#non_compliant_count : Int32 | Nil
The total number of compliance items that aren't compliant.
-
#non_compliant_count=(non_compliant_count : Int32 | Nil)
The total number of compliance items that aren't compliant.
-
#severity_summary : SeveritySummary | Nil
A summary of the non-compliance severity by compliance type
-
#severity_summary=(severity_summary : SeveritySummary | Nil)
A summary of the non-compliance severity by compliance type
- #validate! : Nil
Constructor Detail
def self.new(non_compliant_count : Int32 | Nil = nil, severity_summary : SeveritySummary | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def non_compliant_count=(non_compliant_count : Int32 | Nil)
#
The total number of compliance items that aren't compliant.
def severity_summary : SeveritySummary | Nil
#
A summary of the non-compliance severity by compliance type
def severity_summary=(severity_summary : SeveritySummary | Nil)
#
A summary of the non-compliance severity by compliance type