Struct aws_sdk_xray::output::GetInsightImpactGraphOutput [−][src]
#[non_exhaustive]pub struct GetInsightImpactGraphOutput {
pub insight_id: Option<String>,
pub start_time: Option<DateTime>,
pub end_time: Option<DateTime>,
pub service_graph_start_time: Option<DateTime>,
pub service_graph_end_time: Option<DateTime>,
pub services: Option<Vec<InsightImpactGraphService>>,
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_id: Option<String>
The insight's unique identifier.
start_time: Option<DateTime>
The provided start time.
end_time: Option<DateTime>
The provided end time.
service_graph_start_time: Option<DateTime>
The time, in Unix seconds, at which the service graph started.
service_graph_end_time: Option<DateTime>
The time, in Unix seconds, at which the service graph ended.
services: Option<Vec<InsightImpactGraphService>>
The Amazon Web Services instrumented services related to the insight.
next_token: Option<String>
Pagination token.
Implementations
The insight's unique identifier.
The provided start time.
The time, in Unix seconds, at which the service graph started.
The time, in Unix seconds, at which the service graph ended.
The Amazon Web Services instrumented services related to the insight.
Pagination token.
Creates a new builder-style object to manufacture GetInsightImpactGraphOutput
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 GetInsightImpactGraphOutput
impl Send for GetInsightImpactGraphOutput
impl Sync for GetInsightImpactGraphOutput
impl Unpin for GetInsightImpactGraphOutput
impl UnwindSafe for GetInsightImpactGraphOutput
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