Class: Aws::Types::StartChildWorkflowExecutionDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::StartChildWorkflowExecutionDecisionAttributes
- 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.
-
#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.
886 887 888 |
# File 'sig/types.rbs', line 886 def child_policy @child_policy end |
#control ⇒ ::String
Returns the value of attribute control.
880 881 882 |
# File 'sig/types.rbs', line 880 def control @control end |
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
882 883 884 |
# File 'sig/types.rbs', line 882 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
881 882 883 |
# File 'sig/types.rbs', line 881 def input @input end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
888 889 890 |
# File 'sig/types.rbs', line 888 def lambda_role @lambda_role end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
887 888 889 |
# File 'sig/types.rbs', line 887 def tag_list @tag_list end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
883 884 885 |
# File 'sig/types.rbs', line 883 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
884 885 886 |
# File 'sig/types.rbs', line 884 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
885 886 887 |
# File 'sig/types.rbs', line 885 def task_start_to_close_timeout @task_start_to_close_timeout end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def workflow_id @workflow_id end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
878 879 880 |
# File 'sig/types.rbs', line 878 def workflow_type @workflow_type end |