class Aws::SWF::Types::TimerCanceledEventAttributes

Provides the details of the `TimerCanceled` event.

@!attribute [rw] timer_id

The unique ID of the timer that was canceled.
@return [String]

@!attribute [rw] started_event_id

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.
@return [Integer]

@!attribute [rw] decision_task_completed_event_id

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.
@return [Integer]

Constants

SENSITIVE