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]

[src]

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

impl Debug for GetPatchBaselineForPatchGroupRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetPatchBaselineForPatchGroupRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations