Struct rusoto_ssm::DescribePatchGroupStateRequest [] [src]

pub struct DescribePatchGroupStateRequest {
    pub patch_group: String,
}

Fields

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

Trait Implementations

impl Default for DescribePatchGroupStateRequest
[src]

[src]

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

impl Debug for DescribePatchGroupStateRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribePatchGroupStateRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more