Struct rusoto_swf::TagFilter [] [src]

pub struct TagFilter {
    pub tag: String,
}

Used to filter the workflow executions in visibility APIs based on a tag.

Fields

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Trait Implementations

impl Default for TagFilter
[src]

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

impl Debug for TagFilter
[src]

Formats the value using the given formatter.

impl Clone for TagFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more