Class: Aws::Types::RuleBasedProperties

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


803
804
805
# File 'sig/types.rbs', line 803

def attribute_matching_model
  @attribute_matching_model
end

#match_purpose"IDENTIFIER_GENERATION", "INDEXING"

Returns the value of attribute match_purpose.

Returns:

  • ("IDENTIFIER_GENERATION", "INDEXING")


804
805
806
# File 'sig/types.rbs', line 804

def match_purpose
  @match_purpose
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def rules
  @rules
end