Class: Aws::IoT::Types::GetIndexingConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_indexing_configurationTypes::ThingGroupIndexingConfiguration

The index configuration.



5029
5030
5031
5032
5033
# File 'lib/aws-sdk-iot/types.rb', line 5029

class GetIndexingConfigurationResponse < Struct.new(
  :thing_indexing_configuration,
  :thing_group_indexing_configuration)
  include Aws::Structure
end

#thing_indexing_configurationTypes::ThingIndexingConfiguration

Thing indexing configuration.



5029
5030
5031
5032
5033
# File 'lib/aws-sdk-iot/types.rb', line 5029

class GetIndexingConfigurationResponse < Struct.new(
  :thing_indexing_configuration,
  :thing_group_indexing_configuration)
  include Aws::Structure
end