Struct rusoto_swf::WorkflowExecution [] [src]

pub struct WorkflowExecution {
    pub run_id: String,
    pub workflow_id: String,
}

Represents a workflow execution.

Fields

A system-generated unique identifier for the workflow execution.

The user defined identifier associated with the workflow execution.

Trait Implementations

impl Default for WorkflowExecution
[src]

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

impl Debug for WorkflowExecution
[src]

Formats the value using the given formatter.

impl Clone for WorkflowExecution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more