You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::DeleteModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteModelRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteModelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
rest_api_id: "String", # required
model_name: "String", # required
}
Request to delete an existing model in an existing RestApi resource.
Instance Attribute Summary collapse
-
#model_name ⇒ String
[Required] The name of the model to delete.
-
#rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
Instance Attribute Details
#model_name ⇒ String
[Required] The name of the model to delete.
#rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.