Struct aws_sdk_xray::input::GetInsightEventsInput
source · [−]#[non_exhaustive]pub struct GetInsightEventsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetInsightEventsInput
impl Clone for GetInsightEventsInput
sourcefn clone(&self) -> GetInsightEventsInput
fn clone(&self) -> GetInsightEventsInput
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 GetInsightEventsInput
impl Debug for GetInsightEventsInput
sourceimpl PartialEq<GetInsightEventsInput> for GetInsightEventsInput
impl PartialEq<GetInsightEventsInput> for GetInsightEventsInput
sourcefn eq(&self, other: &GetInsightEventsInput) -> bool
fn eq(&self, other: &GetInsightEventsInput) -> bool
impl StructuralPartialEq for GetInsightEventsInput
Auto Trait Implementations
impl RefUnwindSafe for GetInsightEventsInput
impl Send for GetInsightEventsInput
impl Sync for GetInsightEventsInput
impl Unpin for GetInsightEventsInput
impl UnwindSafe for GetInsightEventsInput
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