Method: Aws::APIGateway::Types::TestInvokeMethodRequest#http_method

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

#http_methodString

[Required] Specifies a test invoke method request’s HTTP method.

Returns:

  • (String)
[View source]

7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
# File 'lib/aws-sdk-apigateway/types.rb', line 7070

class TestInvokeMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :path_with_query_string,
  :body,
  :headers,
  :multi_value_headers,
  :client_certificate_id,
  :stage_variables)
  SENSITIVE = []
  include Aws::Structure
end