Class: Aws::Types::PropertyMappingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PropertyMappingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_missing_property ⇒ Boolean
Returns the value of attribute create_missing_property.
-
#match_by_property_name ⇒ Boolean
Returns the value of attribute match_by_property_name.
-
#overrides ⇒ ::Array[Types::PropertyMapping]
Returns the value of attribute overrides.
Instance Attribute Details
#create_missing_property ⇒ Boolean
Returns the value of attribute create_missing_property.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def create_missing_property @create_missing_property end |
#match_by_property_name ⇒ Boolean
Returns the value of attribute match_by_property_name.
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.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def overrides @overrides end |