Struct aws_sdk_xray::model::FaultRootCause
source · [−]#[non_exhaustive]pub struct FaultRootCause {
pub services: Option<Vec<FaultRootCauseService>>,
pub client_impacting: Option<bool>,
}
Expand description
The root cause information for a trace summary fault.
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.services: Option<Vec<FaultRootCauseService>>
A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
client_impacting: Option<bool>
A flag that denotes that the root cause impacts the trace client.
Implementations
A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
A flag that denotes that the root cause impacts the trace client.
Creates a new builder-style object to manufacture FaultRootCause
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 FaultRootCause
impl Send for FaultRootCause
impl Sync for FaultRootCause
impl Unpin for FaultRootCause
impl UnwindSafe for FaultRootCause
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