Method: Aws::APIGateway::Types::GetMethodRequest#http_method

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

#http_methodString

Specifies the method request’s HTTP method type.

Returns:

  • (String)

3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-apigateway/types.rb', line 3428

class GetMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method)
  include Aws::Structure
end