Method: Aws::AppMesh::Types::HttpRouteMatch#method
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#method ⇒ String
The client request method to match on. Specify only one.
2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2617 class HttpRouteMatch < Struct.new( :headers, :method, :path, :port, :prefix, :query_parameters, :scheme) SENSITIVE = [] include Aws::Structure end |