Class: Aws::Types::StartChildWorkflowExecutionInitiatedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::StartChildWorkflowExecutionInitiatedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#control ⇒ ::String
Returns the value of attribute control.
-
#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.
-
#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_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
911 912 913 |
# File 'sig/types.rbs', line 911 def child_policy @child_policy end |
#control ⇒ ::String
Returns the value of attribute control.
905 906 907 |
# File 'sig/types.rbs', line 905 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
910 911 912 |
# File 'sig/types.rbs', line 910 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.
907 908 909 |
# File 'sig/types.rbs', line 907 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
906 907 908 |
# File 'sig/types.rbs', line 906 def input @input end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
914 915 916 |
# File 'sig/types.rbs', line 914 def lambda_role @lambda_role end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
913 914 915 |
# File 'sig/types.rbs', line 913 def tag_list @tag_list end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
908 909 910 |
# File 'sig/types.rbs', line 908 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
909 910 911 |
# File 'sig/types.rbs', line 909 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
912 913 914 |
# File 'sig/types.rbs', line 912 def task_start_to_close_timeout @task_start_to_close_timeout end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
903 904 905 |
# File 'sig/types.rbs', line 903 def workflow_id @workflow_id end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
904 905 906 |
# File 'sig/types.rbs', line 904 def workflow_type @workflow_type end |