Class: Aws::Types::RuleBasedMatchingResponse

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.



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.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("PENDING", "IN_PROGRESS", "ACTIVE")


2550
2551
2552
# File 'sig/types.rbs', line 2550

def status
  @status
end