class Aws::AppMesh::Types::GrpcRouteMetadata
An object that represents the match metadata for the route.
@note When making an API call, you may pass GrpcRouteMetadata
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
An object that represents the data to match from the request. @return [Types::GrpcRouteMetadataMatchMethod]
@!attribute [rw] name
The name of the route. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/GrpcRouteMetadata AWS API Documentation
Constants
- SENSITIVE