Class: Aws::Types::NamespaceRuleBasedProperties

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")


678
679
680
# File 'sig/types.rbs', line 678

def attribute_matching_model
  @attribute_matching_model
end

#record_matching_models::Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]

Returns the value of attribute record_matching_models.

Returns:

  • (::Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")])


679
680
681
# File 'sig/types.rbs', line 679

def record_matching_models
  @record_matching_models
end

#rule_definition_types::Array[("SOURCE" | "TARGET")]

Returns the value of attribute rule_definition_types.

Returns:

  • (::Array[("SOURCE" | "TARGET")])


677
678
679
# File 'sig/types.rbs', line 677

def rule_definition_types
  @rule_definition_types
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def rules
  @rules
end