Struct aws_sdk_appmesh::model::GatewayRouteTarget
source · #[non_exhaustive]pub struct GatewayRouteTarget { /* private fields */ }
Expand description
An object that represents a gateway route target.
Implementations§
source§impl GatewayRouteTarget
impl GatewayRouteTarget
sourcepub fn virtual_service(&self) -> Option<&GatewayRouteVirtualService>
pub fn virtual_service(&self) -> Option<&GatewayRouteVirtualService>
An object that represents a virtual service gateway route target.
source§impl GatewayRouteTarget
impl GatewayRouteTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GatewayRouteTarget
.
Trait Implementations§
source§impl Clone for GatewayRouteTarget
impl Clone for GatewayRouteTarget
source§fn clone(&self) -> GatewayRouteTarget
fn clone(&self) -> GatewayRouteTarget
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 more