Struct aws_sdk_appmesh::model::HttpRouteHeader
source · [−]#[non_exhaustive]pub struct HttpRouteHeader {
pub name: Option<String>,
pub invert: Option<bool>,
pub match: Option<HeaderMatchMethod>,
}Expand description
An object that represents the HTTP header in the request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>A name for the HTTP header in the client request that will be matched on.
invert: Option<bool>Specify True to match anything except the match criteria. The default value is False.
match: Option<HeaderMatchMethod>The HeaderMatchMethod object.
Implementations
A name for the HTTP header in the client request that will be matched on.
Specify True to match anything except the match criteria. The default value is False.
The HeaderMatchMethod object.
Creates a new builder-style object to manufacture HttpRouteHeader
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HttpRouteHeader
impl Send for HttpRouteHeader
impl Sync for HttpRouteHeader
impl Unpin for HttpRouteHeader
impl UnwindSafe for HttpRouteHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more