Class: Aws::Types::DescribeComputationModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComputationModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
-
#computation_model_version ⇒ ::String
Returns the value of attribute computation_model_version.
Instance Attribute Details
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def computation_model_id @computation_model_id end |
#computation_model_version ⇒ ::String
Returns the value of attribute computation_model_version.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def computation_model_version @computation_model_version end |