Struct rusoto_ssm::GetDefaultPatchBaselineRequest[][src]

pub struct GetDefaultPatchBaselineRequest {
    pub operating_system: Option<String>,
}

Fields

Returns the default patch baseline for the specified operating system.

Trait Implementations

impl Default for GetDefaultPatchBaselineRequest
[src]

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

impl Debug for GetDefaultPatchBaselineRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetDefaultPatchBaselineRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetDefaultPatchBaselineRequest
[src]

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

This method tests for !=.

Auto Trait Implementations