Struct aws_sdk_iot::input::GetStatisticsInput
source · #[non_exhaustive]pub struct GetStatisticsInput { /* private fields */ }
Implementations§
source§impl GetStatisticsInput
impl GetStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetStatisticsInput
.
source§impl GetStatisticsInput
impl GetStatisticsInput
sourcepub fn index_name(&self) -> Option<&str>
pub fn index_name(&self) -> Option<&str>
The name of the index to search. The default value is AWS_Things
.
sourcepub fn query_string(&self) -> Option<&str>
pub fn query_string(&self) -> Option<&str>
The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.
sourcepub fn aggregation_field(&self) -> Option<&str>
pub fn aggregation_field(&self) -> Option<&str>
The aggregation field name.
sourcepub fn query_version(&self) -> Option<&str>
pub fn query_version(&self) -> Option<&str>
The version of the query used to search.
Trait Implementations§
source§impl Clone for GetStatisticsInput
impl Clone for GetStatisticsInput
source§fn clone(&self) -> GetStatisticsInput
fn clone(&self) -> GetStatisticsInput
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 GetStatisticsInput
impl Debug for GetStatisticsInput
source§impl PartialEq<GetStatisticsInput> for GetStatisticsInput
impl PartialEq<GetStatisticsInput> for GetStatisticsInput
source§fn eq(&self, other: &GetStatisticsInput) -> bool
fn eq(&self, other: &GetStatisticsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.