Struct rusoto_ssm::UpdatePatchBaselineRequest [] [src]

pub struct UpdatePatchBaselineRequest {
    pub approval_rules: Option<PatchRuleGroup>,
    pub approved_patches: Option<PatchIdList>,
    pub baseline_id: BaselineId,
    pub description: Option<BaselineDescription>,
    pub global_filters: Option<PatchFilterGroup>,
    pub name: Option<BaselineName>,
    pub rejected_patches: Option<PatchIdList>,
}

Fields

A set of rules used to include patches in the baseline.

A list of explicitly approved patches for the baseline.

The ID of the patch baseline to update.

A description of the patch baseline.

A set of global filters used to exclude patches from the baseline.

The name of the patch baseline.

A list of explicitly rejected patches for the baseline.

Trait Implementations

impl Default for UpdatePatchBaselineRequest
[src]

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

impl Debug for UpdatePatchBaselineRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdatePatchBaselineRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more