Struct rusoto_ssm::InstanceInformationFilter[][src]

pub struct InstanceInformationFilter {
    pub key: String,
    pub value_set: Vec<String>,
}

Describes a filter for a specific list of instances.

Fields

The name of the filter.

The filter values.

Trait Implementations

impl Default for InstanceInformationFilter
[src]

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

impl Debug for InstanceInformationFilter
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceInformationFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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