Struct rusoto_swf::DecisionTaskCompletedEventAttributes [] [src]

pub struct DecisionTaskCompletedEventAttributes {
    pub execution_context: Option<String>,
    pub scheduled_event_id: i64,
    pub started_event_id: i64,
}

Provides details of the DecisionTaskCompleted event.

Fields

User defined context for the workflow execution.

The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Trait Implementations

impl Default for DecisionTaskCompletedEventAttributes
[src]

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

impl Debug for DecisionTaskCompletedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for DecisionTaskCompletedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more