Struct aws_sdk_xray::model::ResponseTimeRootCause [−][src]
#[non_exhaustive]pub struct ResponseTimeRootCause {
pub services: Option<Vec<ResponseTimeRootCauseService>>,
pub client_impacting: Option<bool>,
}
Expand description
The root cause information for a response time warning.
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<ResponseTimeRootCauseService>>
A list of corresponding services. A service identifies a segment and 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 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 ResponseTimeRootCause
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 ResponseTimeRootCause
impl Send for ResponseTimeRootCause
impl Sync for ResponseTimeRootCause
impl Unpin for ResponseTimeRootCause
impl UnwindSafe for ResponseTimeRootCause
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