Struct rusoto_ssm::PatchRule [] [src]

pub struct PatchRule {
    pub approve_after_days: i64,
    pub compliance_level: Option<String>,
    pub patch_filter_group: PatchFilterGroup,
}

Defines an approval rule for a patch baseline.

Fields

The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.

A compliance severity level for all approved patches in a patch baseline. Valid compliance severity levels include the following: Unspecified, Critical, High, Medium, Low, and Informational.

The patch filter group that defines the criteria for the rule.

Trait Implementations

impl Default for PatchRule
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for PatchRule
[src]

[src]

Formats the value using the given formatter.

impl Clone for PatchRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more