Class: Aws::Types::IdMappingRuleBasedProperties
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingRuleBasedProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_matching_model ⇒ "ONE_TO_ONE", "MANY_TO_MANY"
Returns the value of attribute attribute_matching_model.
-
#record_matching_model ⇒ "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
Returns the value of attribute record_matching_model.
-
#rule_definition_type ⇒ "SOURCE", "TARGET"
Returns the value of attribute rule_definition_type.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
Instance Attribute Details
#attribute_matching_model ⇒ "ONE_TO_ONE", "MANY_TO_MANY"
Returns the value of attribute attribute_matching_model.
437 438 439 |
# File 'sig/types.rbs', line 437 def attribute_matching_model @attribute_matching_model end |
#record_matching_model ⇒ "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
Returns the value of attribute record_matching_model.
438 439 440 |
# File 'sig/types.rbs', line 438 def record_matching_model @record_matching_model end |
#rule_definition_type ⇒ "SOURCE", "TARGET"
Returns the value of attribute rule_definition_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def rule_definition_type @rule_definition_type end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
435 436 437 |
# File 'sig/types.rbs', line 435 def rules @rules end |