Class: Aws::Types::DataBindingValue
- Inherits:
-
Object
- Object
- Aws::Types::DataBindingValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_property ⇒ Types::AssetModelPropertyBindingValue
Returns the value of attribute asset_model_property.
-
#asset_property ⇒ Types::AssetPropertyBindingValue
Returns the value of attribute asset_property.
Instance Attribute Details
#asset_model_property ⇒ Types::AssetModelPropertyBindingValue
Returns the value of attribute asset_model_property.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def asset_model_property @asset_model_property end |
#asset_property ⇒ Types::AssetPropertyBindingValue
Returns the value of attribute asset_property.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def asset_property @asset_property end |