Struct aws_sdk_appmesh::model::GatewayRouteData
source · #[non_exhaustive]pub struct GatewayRouteData { /* private fields */ }
Expand description
An object that represents a gateway route returned by a describe operation.
Implementations§
source§impl GatewayRouteData
impl GatewayRouteData
sourcepub fn mesh_name(&self) -> Option<&str>
pub fn mesh_name(&self) -> Option<&str>
The name of the service mesh that the resource resides in.
sourcepub fn gateway_route_name(&self) -> Option<&str>
pub fn gateway_route_name(&self) -> Option<&str>
The name of the gateway route.
sourcepub fn virtual_gateway_name(&self) -> Option<&str>
pub fn virtual_gateway_name(&self) -> Option<&str>
The virtual gateway that the gateway route is associated with.
sourcepub fn spec(&self) -> Option<&GatewayRouteSpec>
pub fn spec(&self) -> Option<&GatewayRouteSpec>
The specifications of the gateway route.
sourcepub fn metadata(&self) -> Option<&ResourceMetadata>
pub fn metadata(&self) -> Option<&ResourceMetadata>
An object that represents metadata for a resource.
sourcepub fn status(&self) -> Option<&GatewayRouteStatus>
pub fn status(&self) -> Option<&GatewayRouteStatus>
The status of the gateway route.
source§impl GatewayRouteData
impl GatewayRouteData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GatewayRouteData
.
Trait Implementations§
source§impl Clone for GatewayRouteData
impl Clone for GatewayRouteData
source§fn clone(&self) -> GatewayRouteData
fn clone(&self) -> GatewayRouteData
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 GatewayRouteData
impl Debug for GatewayRouteData
source§impl PartialEq<GatewayRouteData> for GatewayRouteData
impl PartialEq<GatewayRouteData> for GatewayRouteData
source§fn eq(&self, other: &GatewayRouteData) -> bool
fn eq(&self, other: &GatewayRouteData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.