Class: Aws::Types::ContinueAsNewWorkflowExecutionDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ContinueAsNewWorkflowExecutionDecisionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
-
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
-
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
-
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
-
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
-
#workflow_type_version ⇒ ::String
Returns the value of attribute workflow_type_version.
Instance Attribute Details
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
218 219 220 |
# File 'sig/types.rbs', line 218 def child_policy @child_policy end |
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
214 215 216 |
# File 'sig/types.rbs', line 214 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
213 214 215 |
# File 'sig/types.rbs', line 213 def input @input end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
221 222 223 |
# File 'sig/types.rbs', line 221 def lambda_role @lambda_role end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
219 220 221 |
# File 'sig/types.rbs', line 219 def tag_list @tag_list end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
215 216 217 |
# File 'sig/types.rbs', line 215 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
216 217 218 |
# File 'sig/types.rbs', line 216 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
217 218 219 |
# File 'sig/types.rbs', line 217 def task_start_to_close_timeout @task_start_to_close_timeout end |
#workflow_type_version ⇒ ::String
Returns the value of attribute workflow_type_version.
220 221 222 |
# File 'sig/types.rbs', line 220 def workflow_type_version @workflow_type_version end |