Struct rusoto_ssm::DeregisterPatchBaselineForPatchGroupRequest[][src]

pub struct DeregisterPatchBaselineForPatchGroupRequest {
    pub baseline_id: String,
    pub patch_group: String,
}

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. Read more

impl Clone for DeregisterPatchBaselineForPatchGroupRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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