Struct aws_sdk_appmesh::model::RouteData
source · #[non_exhaustive]pub struct RouteData { /* private fields */ }
Expand description
An object that represents a route returned by a describe operation.
Implementations§
source§impl RouteData
impl RouteData
sourcepub fn mesh_name(&self) -> Option<&str>
pub fn mesh_name(&self) -> Option<&str>
The name of the service mesh that the route resides in.
sourcepub fn virtual_router_name(&self) -> Option<&str>
pub fn virtual_router_name(&self) -> Option<&str>
The virtual router that the route is associated with.
sourcepub fn route_name(&self) -> Option<&str>
pub fn route_name(&self) -> Option<&str>
The name of the route.
sourcepub fn metadata(&self) -> Option<&ResourceMetadata>
pub fn metadata(&self) -> Option<&ResourceMetadata>
The associated metadata for the route.
sourcepub fn status(&self) -> Option<&RouteStatus>
pub fn status(&self) -> Option<&RouteStatus>
The status of the route.