Struct rusoto_swf::WorkflowExecutionFilter [] [src]

pub struct WorkflowExecutionFilter {
    pub workflow_id: String,
}

Used to filter the workflow executions in visibility APIs by their workflowId.

Fields

The workflowId to pass of match the criteria of this filter.

Trait Implementations

impl Default for WorkflowExecutionFilter
[src]

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

impl Debug for WorkflowExecutionFilter
[src]

Formats the value using the given formatter.

impl Clone for WorkflowExecutionFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more