Struct rusoto_swf::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes [] [src]

pub struct RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
    pub control: Option<String>,
    pub decision_task_completed_event_id: i64,
    pub run_id: Option<String>,
    pub workflow_id: String,
}

Provides details of the RequestCancelExternalWorkflowExecutionInitiated event.

Fields

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

The runId of the external workflow execution to be canceled.

The workflowId of the external workflow execution to be canceled.

Trait Implementations

impl Default for RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
[src]

impl Debug for RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more