Method: Aws::APIGateway::Types::PutIntegrationRequest#http_method
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#http_method ⇒ String
Specifies a put integration request’s HTTP method.
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5350 class PutIntegrationRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :type, :integration_http_method, :uri, :connection_type, :connection_id, :credentials, :request_parameters, :request_templates, :passthrough_behavior, :cache_namespace, :cache_key_parameters, :content_handling, :timeout_in_millis) include Aws::Structure end |