Class: Aws::Types::IdMappingRuleBasedProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_matching_model"ONE_TO_ONE", "MANY_TO_MANY"

Returns the value of attribute attribute_matching_model.

Returns:

  • ("ONE_TO_ONE", "MANY_TO_MANY")


437
438
439
# File 'sig/types.rbs', line 437

def attribute_matching_model
  @attribute_matching_model
end

#record_matching_model"ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"

Returns the value of attribute record_matching_model.

Returns:

  • ("ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET")


438
439
440
# File 'sig/types.rbs', line 438

def record_matching_model
  @record_matching_model
end

#rule_definition_type"SOURCE", "TARGET"

Returns the value of attribute rule_definition_type.

Returns:

  • ("SOURCE", "TARGET")


436
437
438
# File 'sig/types.rbs', line 436

def rule_definition_type
  @rule_definition_type
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



435
436
437
# File 'sig/types.rbs', line 435

def rules
  @rules
end