Class: Aws::Types::NamespaceRuleBasedProperties
- Inherits:
-
Object
- Object
- Aws::Types::NamespaceRuleBasedProperties
- 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_models ⇒ ::Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]
Returns the value of attribute record_matching_models.
-
#rule_definition_types ⇒ ::Array[("SOURCE" | "TARGET")]
Returns the value of attribute rule_definition_types.
-
#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.
678 679 680 |
# File 'sig/types.rbs', line 678 def attribute_matching_model @attribute_matching_model end |
#record_matching_models ⇒ ::Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]
Returns the value of attribute record_matching_models.
679 680 681 |
# File 'sig/types.rbs', line 679 def record_matching_models @record_matching_models end |
#rule_definition_types ⇒ ::Array[("SOURCE" | "TARGET")]
Returns the value of attribute rule_definition_types.
677 678 679 |
# File 'sig/types.rbs', line 677 def rule_definition_types @rule_definition_types end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
676 677 678 |
# File 'sig/types.rbs', line 676 def rules @rules end |