Class: Aws::Types::LoopControllerFlowNodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoopControllerFlowNodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continue_condition ⇒ Types::FlowCondition
Returns the value of attribute continue_condition.
-
#max_iterations ⇒ ::Integer
Returns the value of attribute max_iterations.
Instance Attribute Details
#continue_condition ⇒ Types::FlowCondition
Returns the value of attribute continue_condition.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def continue_condition @continue_condition end |
#max_iterations ⇒ ::Integer
Returns the value of attribute max_iterations.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def max_iterations @max_iterations end |