Class: Aws::EntityResolution::Types::RuleConditionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::RuleConditionProperties
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
The properties of a rule condition that provides the ability to use more complex syntax.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::RuleCondition>
A list of rule objects, each of which have fields
ruleNameandcondition.
Instance Attribute Details
#rules ⇒ Array<Types::RuleCondition>
A list of rule objects, each of which have fields ruleName and
condition.
3068 3069 3070 3071 3072 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3068 class RuleConditionProperties < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |