Class: Aws::Types::ConditionalRule
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditional_validation ⇒ Types::ConditionalValidation
Returns the value of attribute conditional_validation.
-
#conditions ⇒ ::Array[Types::FieldCondition]
Returns the value of attribute conditions.
-
#rule_behavior ⇒ ::String
Returns the value of attribute rule_behavior.
Instance Attribute Details
#conditional_validation ⇒ Types::ConditionalValidation
Returns the value of attribute conditional_validation.
99 100 101 |
# File 'sig/types.rbs', line 99 def conditional_validation @conditional_validation end |
#conditions ⇒ ::Array[Types::FieldCondition]
Returns the value of attribute conditions.
97 98 99 |
# File 'sig/types.rbs', line 97 def conditions @conditions end |
#rule_behavior ⇒ ::String
Returns the value of attribute rule_behavior.
98 99 100 |
# File 'sig/types.rbs', line 98 def rule_behavior @rule_behavior end |