class Aws::AppMesh::Types::GrpcGatewayRouteMetadata

An object representing the metadata of the gateway route.

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

data as a hash:

    {
      invert: false,
      match: {
        exact: "HeaderMatch",
        prefix: "HeaderMatch",
        range: {
          end: 1, # required
          start: 1, # required
        },
        regex: "HeaderMatch",
        suffix: "HeaderMatch",
      },
      name: "HeaderName", # required
    }

@!attribute [rw] invert

Specify `True` to match anything except the match criteria. The
default value is `False`.
@return [Boolean]

@!attribute [rw] match

The criteria for determining a metadata match.
@return [Types::GrpcMetadataMatchMethod]

@!attribute [rw] name

A name for the gateway route metadata.
@return [String]

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

Constants

SENSITIVE