Struct rusoto_ssm::DeregisterPatchBaselineForPatchGroupRequest [] [src]

pub struct DeregisterPatchBaselineForPatchGroupRequest {
    pub baseline_id: BaselineId,
    pub patch_group: PatchGroup,
}

Fields

The ID of the patch baseline to deregister the patch group from.

The name of the patch group that should be deregistered from the patch baseline.

Trait Implementations

impl Default for DeregisterPatchBaselineForPatchGroupRequest
[src]

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

impl Debug for DeregisterPatchBaselineForPatchGroupRequest
[src]

Formats the value using the given formatter.

impl Clone for DeregisterPatchBaselineForPatchGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more