Method: Aws::APIGateway::Types::GetMethodRequest#http_method
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#http_method ⇒ String
Specifies the method request’s HTTP method type.
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 |