Struct aws_sdk_securityhub::model::patch_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PatchSummary
Implementations
The identifier of the compliance standard that was used to determine the patch compliance status.
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 patches from the compliance standard that were installed successfully.
The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
The number of patches from the compliance standard that failed to install.
The number of patches from the compliance standard that failed to install.
The number of installed patches that are not part of the compliance standard.
The number of installed patches that are not part of the compliance standard.
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 installed but are also on a list of patches that the customer rejected.
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 were applied, but that require the instance to be rebooted in order to be marked as installed.
Indicates when the operation started.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
Indicates when the operation started.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
Indicates when the operation completed.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
Indicates when the operation completed.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
The reboot option specified for the instance.
The reboot option specified for the instance.
The type of patch operation performed. For Patch Manager, the values are SCAN
and INSTALL
.
The type of patch operation performed. For Patch Manager, the values are SCAN
and INSTALL
.
Consumes the builder and constructs a PatchSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more