Class: Aws::Types::WorkflowExecutionInfo
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancel_requested ⇒ Boolean
Returns the value of attribute cancel_requested.
-
#close_status ⇒ "COMPLETED", ...
Returns the value of attribute close_status.
-
#close_timestamp ⇒ ::Time
Returns the value of attribute close_timestamp.
-
#execution ⇒ Types::WorkflowExecution
Returns the value of attribute execution.
-
#execution_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute execution_status.
-
#parent ⇒ Types::WorkflowExecution
Returns the value of attribute parent.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#cancel_requested ⇒ Boolean
Returns the value of attribute cancel_requested.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def cancel_requested @cancel_requested end |
#close_status ⇒ "COMPLETED", ...
Returns the value of attribute close_status.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def close_status @close_status end |
#close_timestamp ⇒ ::Time
Returns the value of attribute close_timestamp.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def end |
#execution ⇒ Types::WorkflowExecution
Returns the value of attribute execution.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def execution @execution end |
#execution_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute execution_status.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def execution_status @execution_status end |
#parent ⇒ Types::WorkflowExecution
Returns the value of attribute parent.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def parent @parent end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def tag_list @tag_list end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def workflow_type @workflow_type end |