Class: Aws::Types::CreateComputationModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputationModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_arn ⇒ ::String
Returns the value of attribute computation_model_arn.
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
-
#computation_model_status ⇒ Types::ComputationModelStatus
Returns the value of attribute computation_model_status.
Instance Attribute Details
#computation_model_arn ⇒ ::String
Returns the value of attribute computation_model_arn.
970 971 972 |
# File 'sig/types.rbs', line 970 def computation_model_arn @computation_model_arn end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
969 970 971 |
# File 'sig/types.rbs', line 969 def computation_model_id @computation_model_id end |
#computation_model_status ⇒ Types::ComputationModelStatus
Returns the value of attribute computation_model_status.
971 972 973 |
# File 'sig/types.rbs', line 971 def computation_model_status @computation_model_status end |