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.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def action @action end |
#condition ⇒ Types::EvaluationFormItemEnablementCondition
Returns the value of attribute condition.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def condition @condition end |
#default_action ⇒ "DISABLE", "ENABLE"
Returns the value of attribute default_action.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def default_action @default_action end |