class
Amazonite::Ssm::ComplianceSummaryItem
- Amazonite::Ssm::ComplianceSummaryItem
- Reference
- Object
Overview
A summary of compliance information by compliance type.
Included Modules
- JSON::Serializable
Defined in:
ssm/compliance_summary_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(compliance_type : String | Nil = nil, compliant_summary : CompliantSummary | Nil = nil, non_compliant_summary : NonCompliantSummary | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#compliance_type : String | Nil
The type of compliance item.
-
#compliance_type=(compliance_type : String | Nil)
The type of compliance item.
-
#compliant_summary : CompliantSummary | Nil
A list of COMPLIANT items for the specified compliance type.
-
#compliant_summary=(compliant_summary : CompliantSummary | Nil)
A list of COMPLIANT items for the specified compliance type.
-
#hash(hasher)
See
Object#hash(hasher) -
#non_compliant_summary : NonCompliantSummary | Nil
A list of NON_COMPLIANT items for the specified compliance type.
-
#non_compliant_summary=(non_compliant_summary : NonCompliantSummary | Nil)
A list of NON_COMPLIANT items for the specified compliance type.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.
The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.
A list of COMPLIANT items for the specified compliance type.
A list of COMPLIANT items for the specified compliance type.
A list of NON_COMPLIANT items for the specified compliance type.
A list of NON_COMPLIANT items for the specified compliance type.