You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::PatchSummaryWhen passing PatchSummary as input to an Aws::Client method, you can use a vanilla Hash:
{
id: "NonEmptyString", installed_count: 1,
missing_count: 1,
failed_count: 1,
installed_other_count: 1,
installed_rejected_count: 1,
installed_pending_reboot: 1,
operation_start_time: "NonEmptyString",
operation_end_time: "NonEmptyString",
reboot_option: "NonEmptyString",
operation: "NonEmptyString",
}
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
Returned by:
Instance Attribute Summary collapseThe number of patches from the compliance standard that failed to install.
The identifier of the compliance standard that was used to determine the patch compliance status.
The number of patches from the compliance standard that were installed successfully.
The number of installed patches that are not part of the compliance standard.
The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.
The number of patches that are installed but are also on a list of patches that the customer rejected.
The number of patches that are part of the compliance standard but are not installed.
The type of patch operation performed.
Indicates when the operation completed.
Indicates when the operation started.
The reboot option specified for the instance.
The number of patches from the compliance standard that failed to install.
#id ⇒ StringThe identifier of the compliance standard that was used to determine the patch compliance status.
#installed_count ⇒ IntegerThe number of patches from the compliance standard that were installed successfully.
#installed_other_count ⇒ IntegerThe number of installed patches that are not part of the compliance standard.
#installed_pending_reboot ⇒ IntegerThe number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.
#installed_rejected_count ⇒ IntegerThe number of patches that are installed but are also on a list of patches that the customer rejected.
#missing_count ⇒ IntegerThe number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
#operation ⇒ StringThe type of patch operation performed. For Patch Manager, the values are SCAN
and INSTALL
.
The reboot option specified for the instance.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4