Struct rusoto_swf::ExternalWorkflowExecutionCancelRequestedEventAttributes [] [src]

pub struct ExternalWorkflowExecutionCancelRequestedEventAttributes {
    pub initiated_event_id: i64,
    pub workflow_execution: WorkflowExecution,
}

Provides details of the ExternalWorkflowExecutionCancelRequested event.

Fields

The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

The external workflow execution to which the cancellation request was delivered.

Trait Implementations

impl Default for ExternalWorkflowExecutionCancelRequestedEventAttributes
[src]

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

impl Debug for ExternalWorkflowExecutionCancelRequestedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for ExternalWorkflowExecutionCancelRequestedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more