Module: Aws::IoT::Client::_GetIndexingConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIndexingConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
- #thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Instance Method Details
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
2098 |
# File 'sig/client.rbs', line 2098
def thing_group_indexing_configuration: () -> Types::ThingGroupIndexingConfiguration
|
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
2097 |
# File 'sig/client.rbs', line 2097
def thing_indexing_configuration: () -> Types::ThingIndexingConfiguration
|