Class: Aws::IoT::Types::GetStatisticsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetStatisticsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregation_field  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The aggregation field name.
 - 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the index to search.
 - 
  
    
      #query_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The query used to search.
 - 
  
    
      #query_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the query used to search.
 
Instance Attribute Details
#aggregation_field ⇒ String
The aggregation field name.
      7773 7774 7775 7776 7777 7778 7779 7780  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7773 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#index_name ⇒ String
The name of the index to search. The default value is ‘AWS_Things`.
      7773 7774 7775 7776 7777 7778 7779 7780  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7773 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#query_string ⇒ String
The query used to search. You can specify “*” for the query string to get the count of all indexed things in your Amazon Web Services account.
      7773 7774 7775 7776 7777 7778 7779 7780  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7773 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#query_version ⇒ String
The version of the query used to search.
      7773 7774 7775 7776 7777 7778 7779 7780  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7773 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end  |