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.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def attribute_types_selector @attribute_types_selector end |
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def conflict_resolution @conflict_resolution end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def enabled @enabled end |
#exporting_config ⇒ Types::ExportingConfig
Returns the value of attribute exporting_config.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def exporting_config @exporting_config end |
#matching_rules ⇒ ::Array[Types::MatchingRule]
Returns the value of attribute matching_rules.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def matching_rules @matching_rules end |
#max_allowed_rule_level_for_matching ⇒ ::Integer
Returns the value of attribute max_allowed_rule_level_for_matching.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 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.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def max_allowed_rule_level_for_merging @max_allowed_rule_level_for_merging end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def status @status end |