Class: Aws::IoT::Types::ThingGroupIndexingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingGroupIndexingConfiguration
- 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
-
#thing_group_indexing_mode ⇒ String
Thing group indexing mode.
Instance Attribute Details
#thing_group_indexing_mode ⇒ String
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 |