Class: Aws::Types::ComputationModelDataBindingValue
- Inherits:
-
Object
- Object
- Aws::Types::ComputationModelDataBindingValue
- 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.
-
#list ⇒ ::Array[Types::ComputationModelDataBindingValue]
Returns the value of attribute list.
Instance Attribute Details
#asset_model_property ⇒ Types::AssetModelPropertyBindingValue
Returns the value of attribute asset_model_property.
737 738 739 |
# File 'sig/types.rbs', line 737 def asset_model_property @asset_model_property end |
#asset_property ⇒ Types::AssetPropertyBindingValue
Returns the value of attribute asset_property.
738 739 740 |
# File 'sig/types.rbs', line 738 def asset_property @asset_property end |
#list ⇒ ::Array[Types::ComputationModelDataBindingValue]
Returns the value of attribute list.
739 740 741 |
# File 'sig/types.rbs', line 739 def list @list end |