Class: Aws::Types::WorkflowExecutionStartedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionStartedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#continued_execution_run_id ⇒ ::String
Returns the value of attribute continued_execution_run_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.
-
#parent_initiated_event_id ⇒ ::Integer
Returns the value of attribute parent_initiated_event_id.
-
#parent_workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute parent_workflow_execution.
-
#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.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def child_policy @child_policy end |
#continued_execution_run_id ⇒ ::String
Returns the value of attribute continued_execution_run_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def continued_execution_run_id @continued_execution_run_id end |
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def input @input end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def lambda_role @lambda_role end |
#parent_initiated_event_id ⇒ ::Integer
Returns the value of attribute parent_initiated_event_id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def parent_initiated_event_id @parent_initiated_event_id end |
#parent_workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute parent_workflow_execution.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def parent_workflow_execution @parent_workflow_execution end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def tag_list @tag_list end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def task_start_to_close_timeout @task_start_to_close_timeout end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def workflow_type @workflow_type end |