Struct aws_sdk_appmesh::model::MeshStatus
source · #[non_exhaustive]pub struct MeshStatus { /* private fields */ }
Expand description
An object that represents the status of a service mesh.
Implementations§
source§impl MeshStatus
impl MeshStatus
sourcepub fn status(&self) -> Option<&MeshStatusCode>
pub fn status(&self) -> Option<&MeshStatusCode>
The current mesh status.
source§impl MeshStatus
impl MeshStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MeshStatus
.
Trait Implementations§
source§impl Clone for MeshStatus
impl Clone for MeshStatus
source§fn clone(&self) -> MeshStatus
fn clone(&self) -> MeshStatus
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 MeshStatus
impl Debug for MeshStatus
source§impl PartialEq<MeshStatus> for MeshStatus
impl PartialEq<MeshStatus> for MeshStatus
source§fn eq(&self, other: &MeshStatus) -> bool
fn eq(&self, other: &MeshStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.