Method: Aws::AppMesh::Types::GrpcGatewayRoute#match
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#match ⇒ Types::GrpcGatewayRouteMatch
An object that represents the criteria for determining a request match.
1755 1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1755 class GrpcGatewayRoute < Struct.new( :action, :match) SENSITIVE = [] include Aws::Structure end |