#[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() -> GetCardinalityOutputBuilder
pub fn builder() -> GetCardinalityOutputBuilder
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 ==
.source§impl RequestId for GetCardinalityOutput
impl RequestId for GetCardinalityOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.