Struct aws_sdk_ssm::output::update_patch_baseline_output::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

Implementations

The ID of the deleted patch baseline.

The ID of the deleted patch baseline.

The name of the patch baseline.

The name of the patch baseline.

The operating system rule used by the updated patch baseline.

The operating system rule used by the updated patch baseline.

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

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

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

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

Appends an item to approved_patches.

To override the contents of this collection use set_approved_patches.

A list of explicitly approved patches for the baseline.

A list of explicitly approved patches for the baseline.

The compliance severity level assigned to the patch baseline after the update completed.

The compliance severity level assigned to the patch baseline after the update completed.

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.

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.

Appends an item to rejected_patches.

To override the contents of this collection use set_rejected_patches.

A list of explicitly rejected patches for the baseline.

A list of explicitly rejected patches for the baseline.

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.

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.

The date when the patch baseline was created.

The date when the patch baseline was created.

The date when the patch baseline was last modified.

The date when the patch baseline was last modified.

A description of the patch baseline.

A description of the patch baseline.

Appends an item to sources.

To override the contents of this collection use set_sources.

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

Consumes the builder and constructs a UpdatePatchBaselineOutput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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