Class: Aws::Types::WorkflowExecutionDetail
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_configuration ⇒ Types::WorkflowExecutionConfiguration
Returns the value of attribute execution_configuration.
-
#execution_info ⇒ Types::WorkflowExecutionInfo
Returns the value of attribute execution_info.
-
#latest_activity_task_timestamp ⇒ ::Time
Returns the value of attribute latest_activity_task_timestamp.
-
#latest_execution_context ⇒ ::String
Returns the value of attribute latest_execution_context.
-
#open_counts ⇒ Types::WorkflowExecutionOpenCounts
Returns the value of attribute open_counts.
Instance Attribute Details
#execution_configuration ⇒ Types::WorkflowExecutionConfiguration
Returns the value of attribute execution_configuration.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def execution_configuration @execution_configuration end |
#execution_info ⇒ Types::WorkflowExecutionInfo
Returns the value of attribute execution_info.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def execution_info @execution_info end |
#latest_activity_task_timestamp ⇒ ::Time
Returns the value of attribute latest_activity_task_timestamp.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def end |
#latest_execution_context ⇒ ::String
Returns the value of attribute latest_execution_context.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def latest_execution_context @latest_execution_context end |
#open_counts ⇒ Types::WorkflowExecutionOpenCounts
Returns the value of attribute open_counts.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def open_counts @open_counts end |