Class: Aws::Types::DecisionTaskCompletedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_context::String

Returns the value of attribute execution_context.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def execution_context
  @execution_context
end

#scheduled_event_id::Integer

Returns the value of attribute scheduled_event_id.

Returns:

  • (::Integer)


294
295
296
# File 'sig/types.rbs', line 294

def scheduled_event_id
  @scheduled_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def started_event_id
  @started_event_id
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def task_list
  @task_list
end

#task_list_schedule_to_start_timeout::String

Returns the value of attribute task_list_schedule_to_start_timeout.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def task_list_schedule_to_start_timeout
  @task_list_schedule_to_start_timeout
end