Class: Aws::Types::MultiConditionalSplitActivity
- Inherits:
-
Object
- Object
- Aws::Types::MultiConditionalSplitActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branches ⇒ ::Array[Types::MultiConditionalBranch]
Returns the value of attribute branches.
-
#default_activity ⇒ ::String
Returns the value of attribute default_activity.
-
#evaluation_wait_time ⇒ Types::WaitTime
Returns the value of attribute evaluation_wait_time.
Instance Attribute Details
#branches ⇒ ::Array[Types::MultiConditionalBranch]
Returns the value of attribute branches.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def branches @branches end |
#default_activity ⇒ ::String
Returns the value of attribute default_activity.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def default_activity @default_activity end |
#evaluation_wait_time ⇒ Types::WaitTime
Returns the value of attribute evaluation_wait_time.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def evaluation_wait_time @evaluation_wait_time end |