Struct aws_sdk_xray::output::GetInsightEventsOutput [−][src]
#[non_exhaustive]pub struct GetInsightEventsOutput {
pub insight_events: Option<Vec<InsightEvent>>,
pub next_token: Option<String>,
}
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.insight_events: Option<Vec<InsightEvent>>
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
next_token: Option<String>
Use this token to retrieve the next page of insight events.
Implementations
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
Use this token to retrieve the next page of insight events.
Creates a new builder-style object to manufacture GetInsightEventsOutput
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 GetInsightEventsOutput
impl Send for GetInsightEventsOutput
impl Sync for GetInsightEventsOutput
impl Unpin for GetInsightEventsOutput
impl UnwindSafe for GetInsightEventsOutput
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