Struct rusoto_swf::Run [] [src]

pub struct Run {
    pub run_id: Option<String>,
}

Specifies the runId of a workflow execution.

Fields

The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

Trait Implementations

impl Default for Run
[src]

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

impl Debug for Run
[src]

Formats the value using the given formatter.

impl Clone for Run
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more