Class: Aws::IoT::Types::GetIndexingConfigurationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::GetIndexingConfigurationResponse
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #thing_group_indexing_configuration  ⇒ Types::ThingGroupIndexingConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The index configuration. 
- 
  
    
      #thing_indexing_configuration  ⇒ Types::ThingIndexingConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Thing indexing configuration. 
Instance Attribute Details
#thing_group_indexing_configuration ⇒ Types::ThingGroupIndexingConfiguration
The index configuration.
| 8310 8311 8312 8313 8314 8315 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8310 class GetIndexingConfigurationResponse < Struct.new( :thing_indexing_configuration, :thing_group_indexing_configuration) SENSITIVE = [] include Aws::Structure end | 
#thing_indexing_configuration ⇒ Types::ThingIndexingConfiguration
Thing indexing configuration.
| 8310 8311 8312 8313 8314 8315 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8310 class GetIndexingConfigurationResponse < Struct.new( :thing_indexing_configuration, :thing_group_indexing_configuration) SENSITIVE = [] include Aws::Structure end |