Class: Aws::Types::ConditionalSplitActivity
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalSplitActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#evaluation_wait_time ⇒ Types::WaitTime
Returns the value of attribute evaluation_wait_time.
-
#false_activity ⇒ ::String
Returns the value of attribute false_activity.
-
#true_activity ⇒ ::String
Returns the value of attribute true_activity.
Instance Attribute Details
#condition ⇒ Types::Condition
Returns the value of attribute condition.
495 496 497 |
# File 'sig/types.rbs', line 495 def condition @condition end |
#evaluation_wait_time ⇒ Types::WaitTime
Returns the value of attribute evaluation_wait_time.
496 497 498 |
# File 'sig/types.rbs', line 496 def evaluation_wait_time @evaluation_wait_time end |
#false_activity ⇒ ::String
Returns the value of attribute false_activity.
497 498 499 |
# File 'sig/types.rbs', line 497 def false_activity @false_activity end |
#true_activity ⇒ ::String
Returns the value of attribute true_activity.
498 499 500 |
# File 'sig/types.rbs', line 498 def true_activity @true_activity end |