#[non_exhaustive]pub struct GetIndexingConfigurationOutput { /* private fields */ }
Implementations§
source§impl GetIndexingConfigurationOutput
impl GetIndexingConfigurationOutput
sourcepub fn thing_indexing_configuration(
&self
) -> Option<&ThingIndexingConfiguration>
pub fn thing_indexing_configuration(
&self
) -> Option<&ThingIndexingConfiguration>
Thing indexing configuration.
sourcepub fn thing_group_indexing_configuration(
&self
) -> Option<&ThingGroupIndexingConfiguration>
pub fn thing_group_indexing_configuration(
&self
) -> Option<&ThingGroupIndexingConfiguration>
The index configuration.
source§impl GetIndexingConfigurationOutput
impl GetIndexingConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIndexingConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetIndexingConfigurationOutput
impl Clone for GetIndexingConfigurationOutput
source§fn clone(&self) -> GetIndexingConfigurationOutput
fn clone(&self) -> GetIndexingConfigurationOutput
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<GetIndexingConfigurationOutput> for GetIndexingConfigurationOutput
impl PartialEq<GetIndexingConfigurationOutput> for GetIndexingConfigurationOutput
source§fn eq(&self, other: &GetIndexingConfigurationOutput) -> bool
fn eq(&self, other: &GetIndexingConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.