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.
967 968 969 |
# File 'sig/types.rbs', line 967 def computation_model_arn @computation_model_arn end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
966 967 968 |
# File 'sig/types.rbs', line 966 def computation_model_id @computation_model_id end |
#computation_model_status ⇒ Types::ComputationModelStatus
Returns the value of attribute computation_model_status.
968 969 970 |
# File 'sig/types.rbs', line 968 def computation_model_status @computation_model_status end |