Struct aws_sdk_xray::output::GetInsightImpactGraphOutput
source · [−]#[non_exhaustive]pub struct GetInsightImpactGraphOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetInsightImpactGraphOutput
impl GetInsightImpactGraphOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInsightImpactGraphOutput
.
Trait Implementations
sourceimpl Clone for GetInsightImpactGraphOutput
impl Clone for GetInsightImpactGraphOutput
sourcefn clone(&self) -> GetInsightImpactGraphOutput
fn clone(&self) -> GetInsightImpactGraphOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetInsightImpactGraphOutput
impl Debug for GetInsightImpactGraphOutput
sourceimpl PartialEq<GetInsightImpactGraphOutput> for GetInsightImpactGraphOutput
impl PartialEq<GetInsightImpactGraphOutput> for GetInsightImpactGraphOutput
sourcefn eq(&self, other: &GetInsightImpactGraphOutput) -> bool
fn eq(&self, other: &GetInsightImpactGraphOutput) -> bool
impl StructuralPartialEq for GetInsightImpactGraphOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more