Class: Aws::Types::RuleBasedMatchingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (Boolean)


2537
2538
2539
# File 'sig/types.rbs', line 2537

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.

Returns:



2538
2539
2540
# File 'sig/types.rbs', line 2538

def matching_rules
  @matching_rules
end

#max_allowed_rule_level_for_matching ⇒ ::Integer

Returns the value of attribute max_allowed_rule_level_for_matching.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def max_allowed_rule_level_for_merging
  @max_allowed_rule_level_for_merging
end