Class: Aws::Types::MultiConditionalBranch
- Inherits:
-
Object
- Object
- Aws::Types::MultiConditionalBranch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::SimpleCondition
Returns the value of attribute condition.
-
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
Instance Attribute Details
#condition ⇒ Types::SimpleCondition
Returns the value of attribute condition.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def condition @condition end |
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def next_activity @next_activity end |