class
Amazonite::Ssm::ComplianceItemEntry
- Amazonite::Ssm::ComplianceItemEntry
- Reference
- Object
Overview
Information about a compliance item.
Included Modules
- JSON::Serializable
Defined in:
ssm/compliance_item_entry.crConstructors
- .new(severity : ComplianceSeverity, status : ComplianceStatus, id : String | Nil = nil, title : String | Nil = nil, details : Hash(String, String) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#details : Hash(String, String) | Nil
A "Key": "Value" tag combination for the compliance item.
-
#details=(details : Hash(String, String) | Nil)
A "Key": "Value" tag combination for the compliance item.
-
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
The compliance item ID.
-
#id=(id : String | Nil)
The compliance item ID.
-
#severity : ComplianceSeverity
The severity of the compliance status.
-
#severity=(severity : ComplianceSeverity)
The severity of the compliance status.
-
#status : ComplianceStatus
The status of the compliance item.
-
#status=(status : ComplianceStatus)
The status of the compliance item.
-
#title : String | Nil
The title of the compliance item.
-
#title=(title : String | Nil)
The title of the compliance item.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A "Key": "Value" tag combination for the compliance item.
A "Key": "Value" tag combination for the compliance item.
The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.
The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.
The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.
The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.
The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.
The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.