Class: Aws::IoT::Types::UpdateIndexingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateIndexingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
Thing group indexing configuration.
-
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Thing indexing configuration.
Instance Attribute Details
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
Thing group indexing configuration.
16953 16954 16955 16956 16957 16958 |
# File 'lib/aws-sdk-iot/types.rb', line 16953 class UpdateIndexingConfigurationRequest < Struct.new( :thing_indexing_configuration, :thing_group_indexing_configuration) SENSITIVE = [] include Aws::Structure end |
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Thing indexing configuration.
16953 16954 16955 16956 16957 16958 |
# File 'lib/aws-sdk-iot/types.rb', line 16953 class UpdateIndexingConfigurationRequest < Struct.new( :thing_indexing_configuration, :thing_group_indexing_configuration) SENSITIVE = [] include Aws::Structure end |