Class: Aws::Types::TimerCanceledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:



983
984
985
# File 'sig/types.rbs', line 983

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:



982
983
984
# File 'sig/types.rbs', line 982

def started_event_id
  @started_event_id
end

#timer_id::String

Returns the value of attribute timer_id.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def timer_id
  @timer_id
end