Class: Aws::IoT::Types::GetIndexingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetIndexingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
The index configuration.
-
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Thing indexing configuration.
Instance Attribute Details
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
The index configuration.
7675 7676 7677 7678 7679 7680 |
# File 'lib/aws-sdk-iot/types.rb', line 7675 class GetIndexingConfigurationResponse < Struct.new( :thing_indexing_configuration, :thing_group_indexing_configuration) SENSITIVE = [] include Aws::Structure end |
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Thing indexing configuration.
7675 7676 7677 7678 7679 7680 |
# File 'lib/aws-sdk-iot/types.rb', line 7675 class GetIndexingConfigurationResponse < Struct.new( :thing_indexing_configuration, :thing_group_indexing_configuration) SENSITIVE = [] include Aws::Structure end |