Struct aws_sdk_xray::input::GetInsightEventsInput
source · #[non_exhaustive]pub struct GetInsightEventsInput { /* private fields */ }
Implementations§
source§impl GetInsightEventsInput
impl GetInsightEventsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsightEvents, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsightEvents, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInsightEvents
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInsightEventsInput
.
source§impl GetInsightEventsInput
impl GetInsightEventsInput
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.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Used to retrieve at most the specified value of events.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Specify the pagination token returned by a previous request to retrieve the next page of events.
Trait Implementations§
source§impl Clone for GetInsightEventsInput
impl Clone for GetInsightEventsInput
source§fn clone(&self) -> GetInsightEventsInput
fn clone(&self) -> GetInsightEventsInput
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 GetInsightEventsInput
impl Debug for GetInsightEventsInput
source§impl PartialEq<GetInsightEventsInput> for GetInsightEventsInput
impl PartialEq<GetInsightEventsInput> for GetInsightEventsInput
source§fn eq(&self, other: &GetInsightEventsInput) -> bool
fn eq(&self, other: &GetInsightEventsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.