Struct rusoto_swf::DescribeWorkflowExecutionInput [] [src]

pub struct DescribeWorkflowExecutionInput {
    pub domain: String,
    pub execution: WorkflowExecution,
}

Fields

The name of the domain containing the workflow execution.

The workflow execution to describe.

Trait Implementations

impl Default for DescribeWorkflowExecutionInput
[src]

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

impl Debug for DescribeWorkflowExecutionInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeWorkflowExecutionInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more