Struct aws_sdk_iot::output::GetBucketsAggregationOutput
source · #[non_exhaustive]pub struct GetBucketsAggregationOutput { /* private fields */ }
Implementations§
source§impl GetBucketsAggregationOutput
impl GetBucketsAggregationOutput
sourcepub fn total_count(&self) -> i32
pub fn total_count(&self) -> i32
The total number of things that fit the query string criteria.
source§impl GetBucketsAggregationOutput
impl GetBucketsAggregationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketsAggregationOutput
.
Trait Implementations§
source§impl Clone for GetBucketsAggregationOutput
impl Clone for GetBucketsAggregationOutput
source§fn clone(&self) -> GetBucketsAggregationOutput
fn clone(&self) -> GetBucketsAggregationOutput
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 GetBucketsAggregationOutput
impl Debug for GetBucketsAggregationOutput
source§impl PartialEq<GetBucketsAggregationOutput> for GetBucketsAggregationOutput
impl PartialEq<GetBucketsAggregationOutput> for GetBucketsAggregationOutput
source§fn eq(&self, other: &GetBucketsAggregationOutput) -> bool
fn eq(&self, other: &GetBucketsAggregationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.