Struct rusoto_swf::TimerCanceledEventAttributes [] [src]

pub struct TimerCanceledEventAttributes {
    pub decision_task_completed_event_id: i64,
    pub started_event_id: i64,
    pub timer_id: String,
}

Provides details of the TimerCanceled event.

Fields

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

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

The unique ID of the timer that was canceled.

Trait Implementations

impl Default for TimerCanceledEventAttributes
[src]

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

impl Debug for TimerCanceledEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for TimerCanceledEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more