Struct aws_sdk_iot::output::GetStatisticsOutput
source · #[non_exhaustive]pub struct GetStatisticsOutput { /* private fields */ }
Implementations§
source§impl GetStatisticsOutput
impl GetStatisticsOutput
sourcepub fn statistics(&self) -> Option<&Statistics>
pub fn statistics(&self) -> Option<&Statistics>
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
source§impl GetStatisticsOutput
impl GetStatisticsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetStatisticsOutput
.
Trait Implementations§
source§impl Clone for GetStatisticsOutput
impl Clone for GetStatisticsOutput
source§fn clone(&self) -> GetStatisticsOutput
fn clone(&self) -> GetStatisticsOutput
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 GetStatisticsOutput
impl Debug for GetStatisticsOutput
source§impl PartialEq<GetStatisticsOutput> for GetStatisticsOutput
impl PartialEq<GetStatisticsOutput> for GetStatisticsOutput
source§fn eq(&self, other: &GetStatisticsOutput) -> bool
fn eq(&self, other: &GetStatisticsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.