Class: Aws::Types::WorkflowExecutionContinuedAsNewEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionContinuedAsNewEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#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.
-
#new_execution_run_id ⇒ ::String
Returns the value of attribute new_execution_run_id.
-
#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 ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def child_policy @child_policy end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def decision_task_completed_event_id @decision_task_completed_event_id end |
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def input @input end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def lambda_role @lambda_role end |
#new_execution_run_id ⇒ ::String
Returns the value of attribute new_execution_run_id.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def new_execution_run_id @new_execution_run_id end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def tag_list @tag_list end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def task_start_to_close_timeout @task_start_to_close_timeout end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def workflow_type @workflow_type end |