Class: Aws::Types::DeleteModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def api_id @api_id end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
827 828 829 |
# File 'sig/types.rbs', line 827 def model_id @model_id end |