Class: Aws::Types::RuleConditionProperties
- Inherits:
-
Object
- Object
- Aws::Types::RuleConditionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#matching_config ⇒ Types::MatchingConfig
Returns the value of attribute matching_config.
-
#rules ⇒ ::Array[Types::RuleCondition]
Returns the value of attribute rules.
Instance Attribute Details
#matching_config ⇒ Types::MatchingConfig
Returns the value of attribute matching_config.
816 817 818 |
# File 'sig/types.rbs', line 816 def matching_config @matching_config end |
#rules ⇒ ::Array[Types::RuleCondition]
Returns the value of attribute rules.
815 816 817 |
# File 'sig/types.rbs', line 815 def rules @rules end |