Struct rusoto_swf::SignalWorkflowExecutionInput [] [src]

pub struct SignalWorkflowExecutionInput {
    pub domain: String,
    pub input: Option<String>,
    pub run_id: Option<String>,
    pub signal_name: String,
    pub workflow_id: String,
}

Fields

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

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

The runId of the workflow execution to signal.

The name of the signal. This name must be meaningful to the target workflow.

The workflowId of the workflow execution to signal.

Trait Implementations

impl Default for SignalWorkflowExecutionInput
[src]

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

impl Debug for SignalWorkflowExecutionInput
[src]

Formats the value using the given formatter.

impl Clone for SignalWorkflowExecutionInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more