Module: Aws::SWF::Client::_PollForDecisionTaskResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DecisionTask]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#events::Array[Types::HistoryEvent]

Returns:



434
# File 'sig/client.rbs', line 434

def events: () -> ::Array[Types::HistoryEvent]

#next_page_token::String

Returns:

  • (::String)


435
# File 'sig/client.rbs', line 435

def next_page_token: () -> ::String

#previous_started_event_id::Integer

Returns:

  • (::Integer)


436
# File 'sig/client.rbs', line 436

def previous_started_event_id: () -> ::Integer

#started_event_id::Integer

Returns:

  • (::Integer)


431
# File 'sig/client.rbs', line 431

def started_event_id: () -> ::Integer

#task_token::String

Returns:

  • (::String)


430
# File 'sig/client.rbs', line 430

def task_token: () -> ::String

#workflow_executionTypes::WorkflowExecution



432
# File 'sig/client.rbs', line 432

def workflow_execution: () -> Types::WorkflowExecution

#workflow_typeTypes::WorkflowType

Returns:



433
# File 'sig/client.rbs', line 433

def workflow_type: () -> Types::WorkflowType