Class: Aws::Types::DeleteComputationModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteComputationModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def client_token @client_token end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def computation_model_id @computation_model_id end |