Class: Aws::Types::StartWorkflowExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartWorkflowExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#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.
949 950 951 |
# File 'sig/types.rbs', line 949 def child_policy @child_policy end |
#domain ⇒ ::String
Returns the value of attribute domain.
940 941 942 |
# File 'sig/types.rbs', line 940 def domain @domain end |
#execution_start_to_close_timeout ⇒ ::String
Returns the value of attribute execution_start_to_close_timeout.
946 947 948 |
# File 'sig/types.rbs', line 946 def execution_start_to_close_timeout @execution_start_to_close_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
945 946 947 |
# File 'sig/types.rbs', line 945 def input @input end |
#lambda_role ⇒ ::String
Returns the value of attribute lambda_role.
950 951 952 |
# File 'sig/types.rbs', line 950 def lambda_role @lambda_role end |
#tag_list ⇒ ::Array[::String]
Returns the value of attribute tag_list.
947 948 949 |
# File 'sig/types.rbs', line 947 def tag_list @tag_list end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
943 944 945 |
# File 'sig/types.rbs', line 943 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
944 945 946 |
# File 'sig/types.rbs', line 944 def task_priority @task_priority end |
#task_start_to_close_timeout ⇒ ::String
Returns the value of attribute task_start_to_close_timeout.
948 949 950 |
# File 'sig/types.rbs', line 948 def task_start_to_close_timeout @task_start_to_close_timeout end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
941 942 943 |
# File 'sig/types.rbs', line 941 def workflow_id @workflow_id end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
942 943 944 |
# File 'sig/types.rbs', line 942 def workflow_type @workflow_type end |