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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_indexing_configurationTypes::ThingGroupIndexingConfiguration

The index configuration.



7378
7379
7380
7381
7382
7383
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7378

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

#thing_indexing_configurationTypes::ThingIndexingConfiguration

Thing indexing configuration.



7378
7379
7380
7381
7382
7383
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7378

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