Module: Aws::SWF::Client::_PollForDecisionTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DecisionTask]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #events ⇒ ::Array[Types::HistoryEvent]
- #next_page_token ⇒ ::String
- #previous_started_event_id ⇒ ::Integer
- #started_event_id ⇒ ::Integer
- #task_token ⇒ ::String
- #workflow_execution ⇒ Types::WorkflowExecution
- #workflow_type ⇒ Types::WorkflowType
Instance Method Details
#events ⇒ ::Array[Types::HistoryEvent]
434 |
# File 'sig/client.rbs', line 434
def events: () -> ::Array[Types::HistoryEvent]
|
#next_page_token ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def next_page_token: () -> ::String
|
#previous_started_event_id ⇒ ::Integer
436 |
# File 'sig/client.rbs', line 436
def previous_started_event_id: () -> ::Integer
|
#started_event_id ⇒ ::Integer
431 |
# File 'sig/client.rbs', line 431
def started_event_id: () -> ::Integer
|
#task_token ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def task_token: () -> ::String
|
#workflow_execution ⇒ Types::WorkflowExecution
432 |
# File 'sig/client.rbs', line 432
def workflow_execution: () -> Types::WorkflowExecution
|
#workflow_type ⇒ Types::WorkflowType
433 |
# File 'sig/client.rbs', line 433
def workflow_type: () -> Types::WorkflowType
|