Class: Aws::Types::ComputationModelDataBindingUsageSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComputationModelDataBindingUsageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_ids ⇒ ::Array[::String]
Returns the value of attribute computation_model_ids.
-
#matched_data_binding ⇒ Types::MatchedDataBinding
Returns the value of attribute matched_data_binding.
Instance Attribute Details
#computation_model_ids ⇒ ::Array[::String]
Returns the value of attribute computation_model_ids.
731 732 733 |
# File 'sig/types.rbs', line 731 def computation_model_ids @computation_model_ids end |
#matched_data_binding ⇒ Types::MatchedDataBinding
Returns the value of attribute matched_data_binding.
732 733 734 |
# File 'sig/types.rbs', line 732 def matched_data_binding @matched_data_binding end |