Struct rusoto_swf::RequestCancelWorkflowExecutionInput [] [src]

pub struct RequestCancelWorkflowExecutionInput {
    pub domain: String,
    pub run_id: Option<String>,
    pub workflow_id: String,
}

Fields

The name of the domain containing the workflow execution to cancel.

The runId of the workflow execution to cancel.

The workflowId of the workflow execution to cancel.

Trait Implementations

impl Default for RequestCancelWorkflowExecutionInput
[src]

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

impl Debug for RequestCancelWorkflowExecutionInput
[src]

Formats the value using the given formatter.

impl Clone for RequestCancelWorkflowExecutionInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more