Method: Aws::APIGateway::Types::GetMethodRequest#http_method
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#http_method ⇒ String
[Required] Specifies the method request’s HTTP method type.
3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3767 class GetMethodRequest < Struct.new( :rest_api_id, :resource_id, :http_method) SENSITIVE = [] include Aws::Structure end |