Method: Aws::APIGateway::Types::PutMethodResponseRequest#http_method

Defined in:
lib/aws-sdk-apigateway/types.rb

#http_methodString

[Required] The HTTP verb of the Method resource.

Returns:

  • (String)


6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
# File 'lib/aws-sdk-apigateway/types.rb', line 6137

class PutMethodResponseRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :status_code,
  :response_parameters,
  :response_models)
  SENSITIVE = []
  include Aws::Structure
end