Method: Aws::APIGateway::Types::GetMethodResponseRequest#http_method
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#http_method ⇒ String
[Required] The HTTP verb of the Method resource.
3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3804 class GetMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code) SENSITIVE = [] include Aws::Structure end |