class Aws::AppMesh::Types::HttpPathMatch

An object representing the path to match in the request.

@note When making an API call, you may pass HttpPathMatch

data as a hash:

    {
      exact: "HttpPathExact",
      regex: "HttpPathRegex",
    }

@!attribute [rw] exact

The exact path to match on.
@return [String]

@!attribute [rw] regex

The regex used to match the path.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/HttpPathMatch AWS API Documentation

Constants

SENSITIVE