Class: Aws::Types::WorkflowConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_failure ⇒ "CONTINUE", "ABORT"
Returns the value of attribute on_failure.
-
#parallel_group ⇒ ::String
Returns the value of attribute parallel_group.
-
#parameters ⇒ ::Array[Types::WorkflowParameter]
Returns the value of attribute parameters.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
Instance Attribute Details
#on_failure ⇒ "CONTINUE", "ABORT"
Returns the value of attribute on_failure.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def on_failure @on_failure end |
#parallel_group ⇒ ::String
Returns the value of attribute parallel_group.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def parallel_group @parallel_group end |
#parameters ⇒ ::Array[Types::WorkflowParameter]
Returns the value of attribute parameters.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def parameters @parameters end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def workflow_arn @workflow_arn end |