Struct aws_sdk_xray::operation::get_insight::GetInsightInput
source · #[non_exhaustive]pub struct GetInsightInput {
pub insight_id: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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. Use the GetInsightSummaries action to retrieve an InsightId.
Implementations§
source§impl GetInsightInput
impl GetInsightInput
sourcepub fn insight_id(&self) -> Option<&str>
pub fn insight_id(&self) -> Option<&str>
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
source§impl GetInsightInput
impl GetInsightInput
sourcepub fn builder() -> GetInsightInputBuilder
pub fn builder() -> GetInsightInputBuilder
Creates a new builder-style object to manufacture GetInsightInput
.
Trait Implementations§
source§impl Clone for GetInsightInput
impl Clone for GetInsightInput
source§fn clone(&self) -> GetInsightInput
fn clone(&self) -> GetInsightInput
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 GetInsightInput
impl Debug for GetInsightInput
source§impl PartialEq for GetInsightInput
impl PartialEq for GetInsightInput
source§fn eq(&self, other: &GetInsightInput) -> bool
fn eq(&self, other: &GetInsightInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetInsightInput
Auto Trait Implementations§
impl RefUnwindSafe for GetInsightInput
impl Send for GetInsightInput
impl Sync for GetInsightInput
impl Unpin for GetInsightInput
impl UnwindSafe for GetInsightInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.