You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::DeleteMethodResponseRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteMethodResponseRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rest_api_id: "String", # required
  resource_id: "String", # required
  http_method: "String", # required
  status_code: "StatusCode", # required
}

A request to delete an existing MethodResponse resource.

Instance Attribute Summary collapse

Instance Attribute Details

#http_methodString

[Required] The HTTP verb of the Method resource.

Returns:

  • (String)

    [Required] The HTTP verb of the Method resource.

#resource_idString

[Required] The Resource identifier for the MethodResponse resource.

Returns:

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)

    [Required] The string identifier of the associated RestApi.

#status_codeString

[Required] The status code identifier for the MethodResponse resource.

Returns:

  • (String)

    [Required] The status code identifier for the MethodResponse resource.