class
Amazonite::Ssm::PatchComplianceData
- Amazonite::Ssm::PatchComplianceData
- Reference
- Object
Overview
Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.
Included Modules
- JSON::Serializable
Defined in:
ssm/patch_compliance_data.crConstructors
- .new(title : String, kb_id : String, classification : String, severity : String, state : PatchComplianceDataState, installed_time : Time, cve_ids : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#classification : String
The classification of the patch, such as
SecurityUpdates,Updates, andCriticalUpdates. -
#classification=(classification : String)
The classification of the patch, such as
SecurityUpdates,Updates, andCriticalUpdates. -
#cve_ids : String | Nil
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
-
#cve_ids=(cve_ids : String | Nil)
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
-
#hash(hasher)
See
Object#hash(hasher) -
#installed_time : Time
The date/time the patch was installed on the managed node.
-
#installed_time=(installed_time : Time)
The date/time the patch was installed on the managed node.
-
#kb_id : String
The operating system-specific ID of the patch.
-
#kb_id=(kb_id : String)
The operating system-specific ID of the patch.
-
#severity : String
The severity of the patch such as
Critical,Important, andModerate. -
#severity=(severity : String)
The severity of the patch such as
Critical,Important, andModerate. -
#state : PatchComplianceDataState
The state of the patch on the managed node, such as INSTALLED or FAILED.
-
#state=(state : PatchComplianceDataState)
The state of the patch on the managed node, such as INSTALLED or FAILED.
-
#title : String
The title of the patch.
-
#title=(title : String)
The title of the patch.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.
The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
Currently, CVE ID values are reported only for patches with a status of Missing or Failed.
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
Currently, CVE ID values are reported only for patches with a status of Missing or Failed.
The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
The severity of the patch such as Critical, Important, and Moderate.
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.