Struct rusoto_ssm::GetDefaultPatchBaselineResult [] [src]

pub struct GetDefaultPatchBaselineResult {
    pub baseline_id: Option<String>,
    pub operating_system: Option<String>,
}

Fields

The ID of the default patch baseline.

The operating system for the returned patch baseline.

Trait Implementations

impl Default for GetDefaultPatchBaselineResult
[src]

[src]

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

impl Debug for GetDefaultPatchBaselineResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDefaultPatchBaselineResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more