Struct rusoto_ssm::GetPatchBaselineForPatchGroupRequest [] [src]

pub struct GetPatchBaselineForPatchGroupRequest {
    pub patch_group: String,
}

Fields

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.

impl Clone for GetPatchBaselineForPatchGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more