Module: Aws::SWF::Client::_DescribeWorkflowExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::WorkflowExecutionDetail]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #execution_configuration ⇒ Types::WorkflowExecutionConfiguration
- #execution_info ⇒ Types::WorkflowExecutionInfo
- #latest_activity_task_timestamp ⇒ ::Time
- #latest_execution_context ⇒ ::String
- #open_counts ⇒ Types::WorkflowExecutionOpenCounts
Instance Method Details
#execution_configuration ⇒ Types::WorkflowExecutionConfiguration
242 |
# File 'sig/client.rbs', line 242 def execution_configuration: () -> Types::WorkflowExecutionConfiguration |
#execution_info ⇒ Types::WorkflowExecutionInfo
241 |
# File 'sig/client.rbs', line 241 def execution_info: () -> Types::WorkflowExecutionInfo |
#latest_activity_task_timestamp ⇒ ::Time
244 |
# File 'sig/client.rbs', line 244 def latest_activity_task_timestamp: () -> ::Time |
#latest_execution_context ⇒ ::String
245 |
# File 'sig/client.rbs', line 245 def latest_execution_context: () -> ::String |
#open_counts ⇒ Types::WorkflowExecutionOpenCounts
243 |
# File 'sig/client.rbs', line 243 def open_counts: () -> Types::WorkflowExecutionOpenCounts |