Struct aws_sdk_xray::input::GetInsightSummariesInput
source · [−]#[non_exhaustive]pub struct GetInsightSummariesInput { /* private fields */ }
Implementations
sourceimpl GetInsightSummariesInput
impl GetInsightSummariesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsightSummaries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsightSummaries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInsightSummaries
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInsightSummariesInput
.
sourceimpl GetInsightSummariesInput
impl GetInsightSummariesInput
sourcepub fn states(&self) -> Option<&[InsightState]>
pub fn states(&self) -> Option<&[InsightState]>
The list of insight states.
sourcepub fn group_arn(&self) -> Option<&str>
pub fn group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the group. Required if the GroupARN isn't provided.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to display.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations
sourceimpl Clone for GetInsightSummariesInput
impl Clone for GetInsightSummariesInput
sourcefn clone(&self) -> GetInsightSummariesInput
fn clone(&self) -> GetInsightSummariesInput
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 GetInsightSummariesInput
impl Debug for GetInsightSummariesInput
sourceimpl PartialEq<GetInsightSummariesInput> for GetInsightSummariesInput
impl PartialEq<GetInsightSummariesInput> for GetInsightSummariesInput
sourcefn eq(&self, other: &GetInsightSummariesInput) -> bool
fn eq(&self, other: &GetInsightSummariesInput) -> bool
impl StructuralPartialEq for GetInsightSummariesInput
Auto Trait Implementations
impl RefUnwindSafe for GetInsightSummariesInput
impl Send for GetInsightSummariesInput
impl Sync for GetInsightSummariesInput
impl Unpin for GetInsightSummariesInput
impl UnwindSafe for GetInsightSummariesInput
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