Struct rusoto_ssm::ComplianceStringFilter [] [src]

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

One or more filters. Use a filter to return a more specific list of results.

Fields

The name of the filter.

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

The value for which to search.

Trait Implementations

impl Default for ComplianceStringFilter
[src]

[src]

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

impl Debug for ComplianceStringFilter
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComplianceStringFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more