Class: Aws::Types::TimerStartedEventAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control::String

Returns the value of attribute control.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


997
998
999
# File 'sig/types.rbs', line 997

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#start_to_fire_timeout::String

Returns the value of attribute start_to_fire_timeout.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def start_to_fire_timeout
  @start_to_fire_timeout
end

#timer_id::String

Returns the value of attribute timer_id.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def timer_id
  @timer_id
end