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