class Aws::SWF::Types::TimerStartedEventAttributes
Provides the details of the `TimerStarted` event.
@!attribute [rw] timer_id
The unique ID of the timer that was started. @return [String]
@!attribute [rw] control
Data attached to the event that can be used by the decider in subsequent workflow tasks. @return [String]
@!attribute [rw] start_to_fire_timeout
The duration of time after which the timer fires. The duration is specified in seconds, an integer greater than or equal to `0`. @return [String]
@!attribute [rw] decision_task_completed_event_id
The ID of the `DecisionTaskCompleted` event corresponding to the decision task that resulted in the `StartTimer` decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. @return [Integer]
Constants
- SENSITIVE