Struct rusoto_ssm::InstancePatchStateFilter [] [src]

pub struct InstancePatchStateFilter {
    pub key: String,
    pub type_: String,
    pub values: Vec<String>,
}

Defines a filter used in DescribeInstancePatchStatesForPatchGroup used to scope down the information returned by the API.

Fields

The key for the filter. Supported values are FailedCount, InstalledCount, InstalledOtherCount, MissingCount and NotApplicableCount.

The type of comparison that should be performed for the value: Equal, NotEqual, LessThan or GreaterThan.

The value for the filter, must be an integer greater than or equal to 0.

Trait Implementations

impl Default for InstancePatchStateFilter
[src]

[src]

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

impl Debug for InstancePatchStateFilter
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstancePatchStateFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more