Class: Aws::Types::AssetModelPropertyBindingValue
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelPropertyBindingValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
Instance Attribute Details
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def asset_model_id @asset_model_id end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def property_id @property_id end |