Struct rusoto_ssm::PatchRule [] [src]

pub struct PatchRule {
    pub approve_after_days: i64,
    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.

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

Trait Implementations

impl Default for PatchRule
[src]

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

impl Debug for PatchRule
[src]

Formats the value using the given formatter.

impl Clone for PatchRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more