Struct aws_sdk_xray::input::GetInsightInput
source · #[non_exhaustive]pub struct GetInsightInput { /* private fields */ }
Implementations§
source§impl 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
.
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.
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<GetInsightInput> for GetInsightInput
impl PartialEq<GetInsightInput> 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 ==
.