Struct aws_sdk_xray::input::GetInsightSummariesInput
source · #[non_exhaustive]pub struct GetInsightSummariesInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for GetInsightSummariesInput
impl Clone for GetInsightSummariesInput
source§fn clone(&self) -> GetInsightSummariesInput
fn clone(&self) -> GetInsightSummariesInput
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 GetInsightSummariesInput
impl Debug for GetInsightSummariesInput
source§impl PartialEq<GetInsightSummariesInput> for GetInsightSummariesInput
impl PartialEq<GetInsightSummariesInput> for GetInsightSummariesInput
source§fn eq(&self, other: &GetInsightSummariesInput) -> bool
fn eq(&self, other: &GetInsightSummariesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.