Struct rusoto_ssm::GetPatchBaselineForPatchGroupRequest[][src]

pub struct GetPatchBaselineForPatchGroupRequest {
    pub operating_system: Option<String>,
    pub patch_group: String,
}

Fields

Returns he operating system rule specified for patch groups using the patch baseline.

The name of the patch group whose patch baseline should be retrieved.

Trait Implementations

impl Default for GetPatchBaselineForPatchGroupRequest
[src]

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

impl Debug for GetPatchBaselineForPatchGroupRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetPatchBaselineForPatchGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetPatchBaselineForPatchGroupRequest
[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