Struct aws_sdk_iot::input::GetStatisticsInput
source · [−]#[non_exhaustive]pub struct GetStatisticsInput {
pub index_name: Option<String>,
pub query_string: Option<String>,
pub aggregation_field: Option<String>,
pub query_version: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.index_name: Option<String>
The name of the index to search. The default value is AWS_Things
.
query_string: Option<String>
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.
aggregation_field: Option<String>
The aggregation field name.
query_version: Option<String>
The version of the query used to search.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStatistics, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStatistics, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetStatistics
>
Creates a new builder-style object to manufacture GetStatisticsInput
The name of the index to search. The default value is AWS_Things
.
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.
The aggregation field name.
The version of the query used to search.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetStatisticsInput
impl Send for GetStatisticsInput
impl Sync for GetStatisticsInput
impl Unpin for GetStatisticsInput
impl UnwindSafe for GetStatisticsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more