Struct aws_sdk_xray::model::FaultStatistics [−][src]
#[non_exhaustive]pub struct FaultStatistics {
pub other_count: Option<i64>,
pub total_count: Option<i64>,
}
Expand description
Information about requests that failed with a 5xx Server Error status code.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.other_count: Option<i64>
The number of requests that failed with untracked 5xx Server Error status codes.
total_count: Option<i64>
The total number of requests that failed with a 5xx Server Error status code.
Implementations
The number of requests that failed with untracked 5xx Server Error status codes.
The total number of requests that failed with a 5xx Server Error status code.
Creates a new builder-style object to manufacture FaultStatistics
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FaultStatistics
impl Send for FaultStatistics
impl Sync for FaultStatistics
impl Unpin for FaultStatistics
impl UnwindSafe for FaultStatistics
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more