Struct aws_sdk_xray::input::GetInsightInput
source · [−]#[non_exhaustive]pub struct GetInsightInput { /* private fields */ }
Implementations
sourceimpl GetInsightInput
impl GetInsightInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsight, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsight, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInsight
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInsightInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetInsightInput
impl Clone for GetInsightInput
sourcefn clone(&self) -> GetInsightInput
fn clone(&self) -> GetInsightInput
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 GetInsightInput
impl Debug for GetInsightInput
sourceimpl PartialEq<GetInsightInput> for GetInsightInput
impl PartialEq<GetInsightInput> for GetInsightInput
sourcefn eq(&self, other: &GetInsightInput) -> bool
fn eq(&self, other: &GetInsightInput) -> bool
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
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