Class: Aws::EntityResolution::Types::RuleConditionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::RuleConditionProperties
- Includes:
- Structure
- Defined in:
- 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` and `condition`.
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 'lib/aws-sdk-entityresolution/types.rb', line 2915 class RuleConditionProperties < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |