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.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 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.
3242 3243 3244 |
# File 'sig/types.rbs', line 3242 def interface_asset_model_property_id @interface_asset_model_property_id end |