Struct aws_sdk_xray::output::GetInsightImpactGraphOutput
source · #[non_exhaustive]pub struct GetInsightImpactGraphOutput { /* private fields */ }
Implementations§
source§impl GetInsightImpactGraphOutput
impl GetInsightImpactGraphOutput
sourcepub fn insight_id(&self) -> Option<&str>
pub fn insight_id(&self) -> Option<&str>
The insight's unique identifier.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The provided start time.
sourcepub fn service_graph_start_time(&self) -> Option<&DateTime>
pub fn service_graph_start_time(&self) -> Option<&DateTime>
The time, in Unix seconds, at which the service graph started.
sourcepub fn service_graph_end_time(&self) -> Option<&DateTime>
pub fn service_graph_end_time(&self) -> Option<&DateTime>
The time, in Unix seconds, at which the service graph ended.
sourcepub fn services(&self) -> Option<&[InsightImpactGraphService]>
pub fn services(&self) -> Option<&[InsightImpactGraphService]>
The Amazon Web Services instrumented services related to the insight.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
source§impl GetInsightImpactGraphOutput
impl GetInsightImpactGraphOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInsightImpactGraphOutput
.
Trait Implementations§
source§impl Clone for GetInsightImpactGraphOutput
impl Clone for GetInsightImpactGraphOutput
source§fn clone(&self) -> GetInsightImpactGraphOutput
fn clone(&self) -> GetInsightImpactGraphOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetInsightImpactGraphOutput
impl Debug for GetInsightImpactGraphOutput
source§impl PartialEq<GetInsightImpactGraphOutput> for GetInsightImpactGraphOutput
impl PartialEq<GetInsightImpactGraphOutput> for GetInsightImpactGraphOutput
source§fn eq(&self, other: &GetInsightImpactGraphOutput) -> bool
fn eq(&self, other: &GetInsightImpactGraphOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.