Module: Aws::SWF::Client::_PollForActivityTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ActivityTask]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activity_id ⇒ ::String
- #activity_type ⇒ Types::ActivityType
- #input ⇒ ::String
- #started_event_id ⇒ ::Integer
- #task_token ⇒ ::String
- #workflow_execution ⇒ Types::WorkflowExecution
Instance Method Details
#activity_id ⇒ ::String
412 |
# File 'sig/client.rbs', line 412 def activity_id: () -> ::String |
#activity_type ⇒ Types::ActivityType
415 |
# File 'sig/client.rbs', line 415 def activity_type: () -> Types::ActivityType |
#input ⇒ ::String
416 |
# File 'sig/client.rbs', line 416 def input: () -> ::String |
#started_event_id ⇒ ::Integer
413 |
# File 'sig/client.rbs', line 413 def started_event_id: () -> ::Integer |
#task_token ⇒ ::String
411 |
# File 'sig/client.rbs', line 411 def task_token: () -> ::String |
#workflow_execution ⇒ Types::WorkflowExecution
414 |
# File 'sig/client.rbs', line 414 def workflow_execution: () -> Types::WorkflowExecution |