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
ruleName
andcondition
.
Instance Attribute Details
#rules ⇒ Array<Types::RuleCondition>
A list of rule objects, each of which have fields ruleName
and
condition
.
2915 2916 2917 2918 2919 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2915 class RuleConditionProperties < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |