Class: Aws::Types::PropertyMappingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_missing_propertyBoolean

Returns the value of attribute create_missing_property.

Returns:

  • (Boolean)


3248
3249
3250
# File 'sig/types.rbs', line 3248

def create_missing_property
  @create_missing_property
end

#match_by_property_nameBoolean

Returns the value of attribute match_by_property_name.

Returns:

  • (Boolean)


3247
3248
3249
# File 'sig/types.rbs', line 3247

def match_by_property_name
  @match_by_property_name
end

#overrides::Array[Types::PropertyMapping]

Returns the value of attribute overrides.

Returns:



3249
3250
3251
# File 'sig/types.rbs', line 3249

def overrides
  @overrides
end