Class: Aws::IoT::Types::ThingGroupIndexingConfiguration

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

Overview

Note:

When making an API call, you may pass ThingGroupIndexingConfiguration data as a hash:

{
  thing_group_indexing_mode: "OFF", # required, accepts OFF, ON
}

Thing group indexing configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_indexing_modeString

Thing group indexing mode.



10072
10073
10074
10075
# File 'lib/aws-sdk-iot/types.rb', line 10072

class ThingGroupIndexingConfiguration < Struct.new(
  :thing_group_indexing_mode)
  include Aws::Structure
end