Class: Aws::Types::UpdateIndexingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
Returns the value of attribute thing_group_indexing_configuration.
-
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Returns the value of attribute thing_indexing_configuration.
Instance Attribute Details
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
Returns the value of attribute thing_group_indexing_configuration.
5206 5207 5208 |
# File 'sig/types.rbs', line 5206 def thing_group_indexing_configuration @thing_group_indexing_configuration end |
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Returns the value of attribute thing_indexing_configuration.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def thing_indexing_configuration @thing_indexing_configuration end |