Struct rusoto_ssm::DeletePatchBaselineResult [] [src]

pub struct DeletePatchBaselineResult {
    pub baseline_id: Option<BaselineId>,
}

Fields

The ID of the deleted patch baseline.

Trait Implementations

impl Default for DeletePatchBaselineResult
[src]

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

impl Debug for DeletePatchBaselineResult
[src]

Formats the value using the given formatter.

impl Clone for DeletePatchBaselineResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more