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 more