Class: Aws::Types::RuleBasedMatchingResponse
- Inherits:
-
Object
- Object
- Aws::Types::RuleBasedMatchingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_types_selector ⇒ Types::AttributeTypesSelector
Returns the value of attribute attribute_types_selector.
-
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#exporting_config ⇒ Types::ExportingConfig
Returns the value of attribute exporting_config.
-
#matching_rules ⇒ ::Array[Types::MatchingRule]
Returns the value of attribute matching_rules.
-
#max_allowed_rule_level_for_matching ⇒ ::Integer
Returns the value of attribute max_allowed_rule_level_for_matching.
-
#max_allowed_rule_level_for_merging ⇒ ::Integer
Returns the value of attribute max_allowed_rule_level_for_merging.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#attribute_types_selector ⇒ Types::AttributeTypesSelector
Returns the value of attribute attribute_types_selector.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def attribute_types_selector @attribute_types_selector end |
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def conflict_resolution @conflict_resolution end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def enabled @enabled end |
#exporting_config ⇒ Types::ExportingConfig
Returns the value of attribute exporting_config.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def exporting_config @exporting_config end |
#matching_rules ⇒ ::Array[Types::MatchingRule]
Returns the value of attribute matching_rules.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def matching_rules @matching_rules end |
#max_allowed_rule_level_for_matching ⇒ ::Integer
Returns the value of attribute max_allowed_rule_level_for_matching.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def max_allowed_rule_level_for_matching @max_allowed_rule_level_for_matching end |
#max_allowed_rule_level_for_merging ⇒ ::Integer
Returns the value of attribute max_allowed_rule_level_for_merging.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def max_allowed_rule_level_for_merging @max_allowed_rule_level_for_merging end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def status @status end |