class Aws::AppMesh::Types::HttpRouteHeader
An object that represents the HTTP header in the request.
@note When making an API call, you may pass HttpRouteHeader
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 `HeaderMatchMethod` object. @return [Types::HeaderMatchMethod]
@!attribute [rw] name
A name for the HTTP header in the client request that will be matched on. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/HttpRouteHeader AWS API Documentation
Constants
- SENSITIVE