Class: Aws::Types::GetIndexingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIndexingConfigurationResponse
- 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.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def thing_group_indexing_configuration @thing_group_indexing_configuration end |
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Returns the value of attribute thing_indexing_configuration.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def thing_indexing_configuration @thing_indexing_configuration end |