Struct rusoto_ssm::AutomationExecutionFilter [] [src]

pub struct AutomationExecutionFilter {
    pub key: AutomationExecutionFilterKey,
    pub values: AutomationExecutionFilterValueList,
}

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

Fields

The aspect of the Automation execution information that should be limited.

The values used to limit the execution information associated with the filter's key.

Trait Implementations

impl Default for AutomationExecutionFilter
[src]

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

impl Debug for AutomationExecutionFilter
[src]

Formats the value using the given formatter.

impl Clone for AutomationExecutionFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more