Struct rusoto_ssm::DescribeActivationsFilter [] [src]

pub struct DescribeActivationsFilter {
    pub filter_key: Option<String>,
    pub filter_values: Option<Vec<String>>,
}

Filter for the DescribeActivation API.

Fields

The name of the filter.

The filter values.

Trait Implementations

impl Default for DescribeActivationsFilter
[src]

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

impl Debug for DescribeActivationsFilter
[src]

Formats the value using the given formatter.

impl Clone for DescribeActivationsFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more