Class: Aws::Types::WorkflowTypeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowTypeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_child_policy ⇒ "TERMINATE", ...
Returns the value of attribute default_child_policy.
-
#default_execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute default_execution_start_to_close_timeout.
-
#default_lambda_role ⇒ ::String
Returns the value of attribute default_lambda_role.
-
#default_task_list ⇒ Types::TaskList
Returns the value of attribute default_task_list.
-
#default_task_priority ⇒ ::String
Returns the value of attribute default_task_priority.
-
#default_task_start_to_close_timeout ⇒ ::String
Returns the value of attribute default_task_start_to_close_timeout.
Instance Attribute Details
#default_child_policy ⇒ "TERMINATE", ...
Returns the value of attribute default_child_policy.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def default_child_policy @default_child_policy end |
#default_execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute default_execution_start_to_close_timeout.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def default_execution_start_to_close_timeout @default_execution_start_to_close_timeout end |
#default_lambda_role ⇒ ::String
Returns the value of attribute default_lambda_role.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def default_lambda_role @default_lambda_role end |
#default_task_list ⇒ Types::TaskList
Returns the value of attribute default_task_list.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def default_task_list @default_task_list end |
#default_task_priority ⇒ ::String
Returns the value of attribute default_task_priority.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def default_task_priority @default_task_priority end |
#default_task_start_to_close_timeout ⇒ ::String
Returns the value of attribute default_task_start_to_close_timeout.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def default_task_start_to_close_timeout @default_task_start_to_close_timeout end |