Struct aws_sdk_appmesh::model::GrpcGatewayRouteAction
source · #[non_exhaustive]pub struct GrpcGatewayRouteAction { /* private fields */ }
Expand description
An object that represents the action to take if a match is determined.
Implementations§
source§impl GrpcGatewayRouteAction
impl GrpcGatewayRouteAction
sourcepub fn target(&self) -> Option<&GatewayRouteTarget>
pub fn target(&self) -> Option<&GatewayRouteTarget>
An object that represents the target that traffic is routed to when a request matches the gateway route.
sourcepub fn rewrite(&self) -> Option<&GrpcGatewayRouteRewrite>
pub fn rewrite(&self) -> Option<&GrpcGatewayRouteRewrite>
The gateway route action to rewrite.
source§impl GrpcGatewayRouteAction
impl GrpcGatewayRouteAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GrpcGatewayRouteAction
.
Trait Implementations§
source§impl Clone for GrpcGatewayRouteAction
impl Clone for GrpcGatewayRouteAction
source§fn clone(&self) -> GrpcGatewayRouteAction
fn clone(&self) -> GrpcGatewayRouteAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GrpcGatewayRouteAction
impl Debug for GrpcGatewayRouteAction
source§impl PartialEq<GrpcGatewayRouteAction> for GrpcGatewayRouteAction
impl PartialEq<GrpcGatewayRouteAction> for GrpcGatewayRouteAction
source§fn eq(&self, other: &GrpcGatewayRouteAction) -> bool
fn eq(&self, other: &GrpcGatewayRouteAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.