Struct rusoto_ssm::PatchBaselineIdentity [] [src]

pub struct PatchBaselineIdentity {
    pub baseline_description: Option<BaselineDescription>,
    pub baseline_id: Option<BaselineId>,
    pub baseline_name: Option<BaselineName>,
    pub default_baseline: Option<DefaultBaseline>,
}

Defines the basic information about a patch baseline.

Fields

The description of the patch baseline.

The ID of the patch baseline.

The name of the patch baseline.

Whether this is the default baseline.

Trait Implementations

impl Default for PatchBaselineIdentity
[src]

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

impl Debug for PatchBaselineIdentity
[src]

Formats the value using the given formatter.

impl Clone for PatchBaselineIdentity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more