class Aws::APIGateway::Types::DeleteMethodResponseRequest
A request to delete an existing MethodResponse
resource.
@note When making an API call, you may pass DeleteMethodResponseRequest
data as a hash: { rest_api_id: "String", # required resource_id: "String", # required http_method: "String", # required status_code: "StatusCode", # required }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] resource_id
\[Required\] The Resource identifier for the MethodResponse resource. @return [String]
@!attribute [rw] http_method
\[Required\] The HTTP verb of the Method resource. @return [String]
@!attribute [rw] status_code
\[Required\] The status code identifier for the MethodResponse resource. @return [String]
Constants
- SENSITIVE