Struct aws_sdk_iot::model::AggregationType
source · #[non_exhaustive]pub struct AggregationType { /* private fields */ }
Expand description
The type of aggregation queries.
Implementations§
source§impl AggregationType
impl AggregationType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AggregationType
.
Trait Implementations§
source§impl Clone for AggregationType
impl Clone for AggregationType
source§fn clone(&self) -> AggregationType
fn clone(&self) -> AggregationType
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 more