#[non_exhaustive]pub struct UpdatePatchBaselineOutput { /* private fields */ }
Implementations§
source§impl UpdatePatchBaselineOutput
impl UpdatePatchBaselineOutput
sourcepub fn baseline_id(&self) -> Option<&str>
pub fn baseline_id(&self) -> Option<&str>
The ID of the deleted patch baseline.
sourcepub fn operating_system(&self) -> Option<&OperatingSystem>
pub fn operating_system(&self) -> Option<&OperatingSystem>
The operating system rule used by the updated patch baseline.
sourcepub fn global_filters(&self) -> Option<&PatchFilterGroup>
pub fn global_filters(&self) -> Option<&PatchFilterGroup>
A set of global filters used to exclude patches from the baseline.
sourcepub fn approval_rules(&self) -> Option<&PatchRuleGroup>
pub fn approval_rules(&self) -> Option<&PatchRuleGroup>
A set of rules used to include patches in the baseline.
sourcepub fn approved_patches(&self) -> Option<&[String]>
pub fn approved_patches(&self) -> Option<&[String]>
A list of explicitly approved patches for the baseline.
sourcepub fn approved_patches_compliance_level(&self) -> Option<&PatchComplianceLevel>
pub fn approved_patches_compliance_level(&self) -> Option<&PatchComplianceLevel>
The compliance severity level assigned to the patch baseline after the update completed.
sourcepub fn approved_patches_enable_non_security(&self) -> Option<bool>
pub fn approved_patches_enable_non_security(&self) -> Option<bool>
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false
. Applies to Linux managed nodes only.
sourcepub fn rejected_patches(&self) -> Option<&[String]>
pub fn rejected_patches(&self) -> Option<&[String]>
A list of explicitly rejected patches for the baseline.
sourcepub fn rejected_patches_action(&self) -> Option<&PatchAction>
pub fn rejected_patches_action(&self) -> Option<&PatchAction>
The action specified to take on patches included in the RejectedPatches
list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
sourcepub fn created_date(&self) -> Option<&DateTime>
pub fn created_date(&self) -> Option<&DateTime>
The date when the patch baseline was created.
sourcepub fn modified_date(&self) -> Option<&DateTime>
pub fn modified_date(&self) -> Option<&DateTime>
The date when the patch baseline was last modified.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the patch baseline.
sourcepub fn sources(&self) -> Option<&[PatchSource]>
pub fn sources(&self) -> Option<&[PatchSource]>
Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
source§impl UpdatePatchBaselineOutput
impl UpdatePatchBaselineOutput
sourcepub fn builder() -> UpdatePatchBaselineOutputBuilder
pub fn builder() -> UpdatePatchBaselineOutputBuilder
Creates a new builder-style object to manufacture UpdatePatchBaselineOutput
.
Trait Implementations§
source§impl Clone for UpdatePatchBaselineOutput
impl Clone for UpdatePatchBaselineOutput
source§fn clone(&self) -> UpdatePatchBaselineOutput
fn clone(&self) -> UpdatePatchBaselineOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdatePatchBaselineOutput
impl Debug for UpdatePatchBaselineOutput
source§impl PartialEq<UpdatePatchBaselineOutput> for UpdatePatchBaselineOutput
impl PartialEq<UpdatePatchBaselineOutput> for UpdatePatchBaselineOutput
source§fn eq(&self, other: &UpdatePatchBaselineOutput) -> bool
fn eq(&self, other: &UpdatePatchBaselineOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdatePatchBaselineOutput
impl RequestId for UpdatePatchBaselineOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.