Class: Aws::Types::PropertyMapping
- Inherits:
-
Object
- Object
- Aws::Types::PropertyMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_property_id ⇒ ::String
Returns the value of attribute asset_model_property_id.
-
#interface_asset_model_property_id ⇒ ::String
Returns the value of attribute interface_asset_model_property_id.
Instance Attribute Details
#asset_model_property_id ⇒ ::String
Returns the value of attribute asset_model_property_id.
3207 3208 3209 |
# File 'sig/types.rbs', line 3207 def asset_model_property_id @asset_model_property_id end |
#interface_asset_model_property_id ⇒ ::String
Returns the value of attribute interface_asset_model_property_id.
3208 3209 3210 |
# File 'sig/types.rbs', line 3208 def interface_asset_model_property_id @interface_asset_model_property_id end |