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.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def create_missing_property @create_missing_property end |
#match_by_property_name ⇒ Boolean
Returns the value of attribute match_by_property_name.
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.
3215 3216 3217 |
# File 'sig/types.rbs', line 3215 def overrides @overrides end |