Struct aws_sdk_appmesh::types::MeshSpec
source · #[non_exhaustive]pub struct MeshSpec { /* private fields */ }
Expand description
An object that represents the specification of a service mesh.
Implementations§
source§impl MeshSpec
impl MeshSpec
sourcepub fn egress_filter(&self) -> Option<&EgressFilter>
pub fn egress_filter(&self) -> Option<&EgressFilter>
The egress filter rules for the service mesh.
sourcepub fn service_discovery(&self) -> Option<&MeshServiceDiscovery>
pub fn service_discovery(&self) -> Option<&MeshServiceDiscovery>
An object that represents the service discovery information for a service mesh.
Trait Implementations§
source§impl PartialEq<MeshSpec> for MeshSpec
impl PartialEq<MeshSpec> for MeshSpec
impl StructuralPartialEq for MeshSpec
Auto Trait Implementations§
impl RefUnwindSafe for MeshSpec
impl Send for MeshSpec
impl Sync for MeshSpec
impl Unpin for MeshSpec
impl UnwindSafe for MeshSpec
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