Struct aws_sdk_xray::model::AnomalousService
source · #[non_exhaustive]pub struct AnomalousService { /* private fields */ }
Expand description
The service within the service graph that has anomalously high fault rates.
Implementations§
source§impl AnomalousService
impl AnomalousService
sourcepub fn service_id(&self) -> Option<&ServiceId>
pub fn service_id(&self) -> Option<&ServiceId>
source§impl AnomalousService
impl AnomalousService
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalousService
.
Trait Implementations§
source§impl Clone for AnomalousService
impl Clone for AnomalousService
source§fn clone(&self) -> AnomalousService
fn clone(&self) -> AnomalousService
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 AnomalousService
impl Debug for AnomalousService
source§impl PartialEq<AnomalousService> for AnomalousService
impl PartialEq<AnomalousService> for AnomalousService
source§fn eq(&self, other: &AnomalousService) -> bool
fn eq(&self, other: &AnomalousService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.