Class: Aws::Types::DecisionTask

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#events::Array[Types::HistoryEvent]

Returns the value of attribute events.



286
287
288
# File 'sig/types.rbs', line 286

def events
  @events
end

#next_page_token::String

Returns the value of attribute next_page_token.



287
288
289
# File 'sig/types.rbs', line 287

def next_page_token
  @next_page_token
end

#previous_started_event_id::Integer

Returns the value of attribute previous_started_event_id.



288
289
290
# File 'sig/types.rbs', line 288

def previous_started_event_id
  @previous_started_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.



283
284
285
# File 'sig/types.rbs', line 283

def started_event_id
  @started_event_id
end

#task_token::String

Returns the value of attribute task_token.



282
283
284
# File 'sig/types.rbs', line 282

def task_token
  @task_token
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



284
285
286
# File 'sig/types.rbs', line 284

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.



285
286
287
# File 'sig/types.rbs', line 285

def workflow_type
  @workflow_type
end