class
Amazonite::Ssm::CompliantSummary
- Amazonite::Ssm::CompliantSummary
- Reference
- Object
Overview
A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.
Included Modules
- JSON::Serializable
Defined in:
ssm/compliant_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(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. -
#compliant_count : Int32 | Nil
The total number of resources that are compliant.
-
#compliant_count=(compliant_count : Int32 | Nil)
The total number of resources that are compliant.
-
#hash(hasher)
See
Object#hash(hasher) -
#severity_summary : SeveritySummary | Nil
A summary of the compliance severity by compliance type.
-
#severity_summary=(severity_summary : SeveritySummary | Nil)
A summary of the compliance severity by compliance type.
- #validate! : Nil
Constructor Detail
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=(compliant_count : Int32 | Nil)
#
The total number of resources that are compliant.
def severity_summary : SeveritySummary | Nil
#
A summary of the compliance severity by compliance type.
def severity_summary=(severity_summary : SeveritySummary | Nil)
#
A summary of the compliance severity by compliance type.