Class: Aws::Types::WorkflowExecutionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionConfiguration
- 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.
-
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
-
#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.
Instance Attribute Details
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def child_policy @child_policy end |
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def lambda_role @lambda_role end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def task_start_to_close_timeout @task_start_to_close_timeout end |