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
- Struct
- Aws::APIGateway::Types::DeleteMethodResponseRequest
- Defined in:
- (unknown)
Overview
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
-
#http_method ⇒ String
[Required] The HTTP verb of the Method resource.
-
#resource_id ⇒ String
[Required] The Resource identifier for the MethodResponse resource.
-
#rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
-
#status_code ⇒ String
[Required] The status code identifier for the MethodResponse resource.
Instance Attribute Details
#http_method ⇒ String
[Required] The HTTP verb of the Method resource.
#resource_id ⇒ String
[Required] The Resource identifier for the MethodResponse resource.
#rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
#status_code ⇒ String
[Required] The status code identifier for the MethodResponse resource.