Struct aws_sdk_appmesh::types::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.
Trait Implementations§
source§impl PartialEq<RouteData> for RouteData
impl PartialEq<RouteData> for RouteData
impl StructuralPartialEq for RouteData
Auto Trait Implementations§
impl RefUnwindSafe for RouteData
impl Send for RouteData
impl Sync for RouteData
impl Unpin for RouteData
impl UnwindSafe for RouteData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more