Class: Aws::SWF::Types::TimerStartedEventAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Provides the details of the TimerStarted event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlString

Data attached to the event that can be used by the decider in subsequent workflow tasks.

Returns:

  • (String)


5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5541

class TimerStartedEventAttributes < Struct.new(
  :timer_id,
  :control,
  :start_to_fire_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#decision_task_completed_event_idInteger

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.

Returns:

  • (Integer)


5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5541

class TimerStartedEventAttributes < Struct.new(
  :timer_id,
  :control,
  :start_to_fire_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_to_fire_timeoutString

The duration of time after which the timer fires.

The duration is specified in seconds, an integer greater than or equal to 0.

Returns:

  • (String)


5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5541

class TimerStartedEventAttributes < Struct.new(
  :timer_id,
  :control,
  :start_to_fire_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#timer_idString

The unique ID of the timer that was started.

Returns:

  • (String)


5541
5542
5543
5544
5545
5546
5547
5548
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5541

class TimerStartedEventAttributes < Struct.new(
  :timer_id,
  :control,
  :start_to_fire_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end