class Aws::APIGateway::Types::DeleteModelRequest
Request to delete an existing model in an existing RestApi
resource.
@note When making an API call, you may pass DeleteModelRequest
data as a hash: { rest_api_id: "String", # required model_name: "String", # required }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] model_name
\[Required\] The name of the model to delete. @return [String]
Constants
- SENSITIVE