#[non_exhaustive]pub struct GetTimeSeriesServiceStatisticsOutput {
pub time_series_service_statistics: Option<Vec<TimeSeriesServiceStatistics>>,
pub contains_old_group_versions: bool,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.time_series_service_statistics: Option<Vec<TimeSeriesServiceStatistics>>
The collection of statistics.
contains_old_group_versions: bool
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
next_token: Option<String>
Pagination token.
Implementations
The collection of statistics.
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
Pagination token.
Creates a new builder-style object to manufacture GetTimeSeriesServiceStatisticsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for GetTimeSeriesServiceStatisticsOutput
impl Sync for GetTimeSeriesServiceStatisticsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more