Class: Aws::APIGateway::Types::DeleteModelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Request to delete an existing model in an existing RestApi resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameString

The name of the model to delete.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1468

class DeleteModelRequest < Struct.new(
  :rest_api_id,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1468

class DeleteModelRequest < Struct.new(
  :rest_api_id,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end