#[non_exhaustive]pub struct GetTimeSeriesServiceStatisticsInput { /* private fields */ }
Implementations§
source§impl GetTimeSeriesServiceStatisticsInput
impl GetTimeSeriesServiceStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTimeSeriesServiceStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTimeSeriesServiceStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTimeSeriesServiceStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTimeSeriesServiceStatisticsInput
.
source§impl GetTimeSeriesServiceStatisticsInput
impl GetTimeSeriesServiceStatisticsInput
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The start of the time frame for which to aggregate statistics.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
The end of the time frame for which to aggregate statistics.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The case-sensitive name of the group for which to pull statistics from.
sourcepub fn group_arn(&self) -> Option<&str>
pub fn group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
sourcepub fn entity_selector_expression(&self) -> Option<&str>
pub fn entity_selector_expression(&self) -> Option<&str>
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
sourcepub fn forecast_statistics(&self) -> Option<bool>
pub fn forecast_statistics(&self) -> Option<bool>
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations§
source§impl Clone for GetTimeSeriesServiceStatisticsInput
impl Clone for GetTimeSeriesServiceStatisticsInput
source§fn clone(&self) -> GetTimeSeriesServiceStatisticsInput
fn clone(&self) -> GetTimeSeriesServiceStatisticsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<GetTimeSeriesServiceStatisticsInput> for GetTimeSeriesServiceStatisticsInput
impl PartialEq<GetTimeSeriesServiceStatisticsInput> for GetTimeSeriesServiceStatisticsInput
source§fn eq(&self, other: &GetTimeSeriesServiceStatisticsInput) -> bool
fn eq(&self, other: &GetTimeSeriesServiceStatisticsInput) -> bool
self
and other
values to be equal, and is used
by ==
.