#[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() -> GetBucketsAggregationOutputBuilder
pub fn builder() -> GetBucketsAggregationOutputBuilder
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 ==.source§impl RequestId for GetBucketsAggregationOutput
impl RequestId for GetBucketsAggregationOutput
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.