#[non_exhaustive]pub struct ThingGroupIndexingConfiguration { /* private fields */ }
Expand description
Thing group indexing configuration.
Implementations§
source§impl ThingGroupIndexingConfiguration
impl ThingGroupIndexingConfiguration
sourcepub fn thing_group_indexing_mode(&self) -> Option<&ThingGroupIndexingMode>
pub fn thing_group_indexing_mode(&self) -> Option<&ThingGroupIndexingMode>
Thing group indexing mode.
sourcepub fn managed_fields(&self) -> Option<&[Field]>
pub fn managed_fields(&self) -> Option<&[Field]>
Contains fields that are indexed and whose types are already known by the Fleet Indexing service. This is an optional field. For more information, see Managed fields in the Amazon Web Services IoT Core Developer Guide.
sourcepub fn custom_fields(&self) -> Option<&[Field]>
pub fn custom_fields(&self) -> Option<&[Field]>
A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
source§impl ThingGroupIndexingConfiguration
impl ThingGroupIndexingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThingGroupIndexingConfiguration
.
Trait Implementations§
source§impl Clone for ThingGroupIndexingConfiguration
impl Clone for ThingGroupIndexingConfiguration
source§fn clone(&self) -> ThingGroupIndexingConfiguration
fn clone(&self) -> ThingGroupIndexingConfiguration
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 PartialEq<ThingGroupIndexingConfiguration> for ThingGroupIndexingConfiguration
impl PartialEq<ThingGroupIndexingConfiguration> for ThingGroupIndexingConfiguration
source§fn eq(&self, other: &ThingGroupIndexingConfiguration) -> bool
fn eq(&self, other: &ThingGroupIndexingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.