Struct aws_sdk_xray::model::FaultStatistics
source · #[non_exhaustive]pub struct FaultStatistics { /* private fields */ }
Expand description
Information about requests that failed with a 5xx Server Error status code.
Implementations§
source§impl FaultStatistics
impl FaultStatistics
sourcepub fn other_count(&self) -> Option<i64>
pub fn other_count(&self) -> Option<i64>
The number of requests that failed with untracked 5xx Server Error status codes.
sourcepub fn total_count(&self) -> Option<i64>
pub fn total_count(&self) -> Option<i64>
The total number of requests that failed with a 5xx Server Error status code.
source§impl FaultStatistics
impl FaultStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FaultStatistics
.
Trait Implementations§
source§impl Clone for FaultStatistics
impl Clone for FaultStatistics
source§fn clone(&self) -> FaultStatistics
fn clone(&self) -> FaultStatistics
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 FaultStatistics
impl Debug for FaultStatistics
source§impl PartialEq<FaultStatistics> for FaultStatistics
impl PartialEq<FaultStatistics> for FaultStatistics
source§fn eq(&self, other: &FaultStatistics) -> bool
fn eq(&self, other: &FaultStatistics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.