Class: Aws::Types::EvaluationFormItemEnablementConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormItemEnablementConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "DISABLE", "ENABLE"
Returns the value of attribute action.
-
#condition ⇒ Types::EvaluationFormItemEnablementCondition
Returns the value of attribute condition.
-
#default_action ⇒ "DISABLE", "ENABLE"
Returns the value of attribute default_action.
Instance Attribute Details
#action ⇒ "DISABLE", "ENABLE"
Returns the value of attribute action.
3379 3380 3381 |
# File 'sig/types.rbs', line 3379 def action @action end |
#condition ⇒ Types::EvaluationFormItemEnablementCondition
Returns the value of attribute condition.
3378 3379 3380 |
# File 'sig/types.rbs', line 3378 def condition @condition end |
#default_action ⇒ "DISABLE", "ENABLE"
Returns the value of attribute default_action.
3380 3381 3382 |
# File 'sig/types.rbs', line 3380 def default_action @default_action end |