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)


3214
3215
3216
# File 'sig/types.rbs', line 3214

def create_missing_property
  @create_missing_property
end

#match_by_property_nameBoolean

Returns the value of attribute match_by_property_name.

Returns:

  • (Boolean)


3213
3214
3215
# File 'sig/types.rbs', line 3213

def match_by_property_name
  @match_by_property_name
end

#overrides::Array[Types::PropertyMapping]

Returns the value of attribute overrides.

Returns:



3215
3216
3217
# File 'sig/types.rbs', line 3215

def overrides
  @overrides
end