Class: Aws::IoT::Types::GetPercentilesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetPercentilesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregation_field  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field to aggregate.
 - 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the index to search.
 - 
  
    
      #percents  ⇒ Array<Float> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentile groups returned.
 - 
  
    
      #query_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The search query string.
 - 
  
    
      #query_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The query version.
 
Instance Attribute Details
#aggregation_field ⇒ String
The field to aggregate.
      7599 7600 7601 7602 7603 7604 7605 7606 7607  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7599 class GetPercentilesRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version, :percents) SENSITIVE = [] include Aws::Structure end  | 
  
#index_name ⇒ String
The name of the index to search.
      7599 7600 7601 7602 7603 7604 7605 7606 7607  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7599 class GetPercentilesRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version, :percents) SENSITIVE = [] include Aws::Structure end  | 
  
#percents ⇒ Array<Float>
The percentile groups returned.
      7599 7600 7601 7602 7603 7604 7605 7606 7607  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7599 class GetPercentilesRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version, :percents) SENSITIVE = [] include Aws::Structure end  | 
  
#query_string ⇒ String
The search query string.
      7599 7600 7601 7602 7603 7604 7605 7606 7607  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7599 class GetPercentilesRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version, :percents) SENSITIVE = [] include Aws::Structure end  | 
  
#query_version ⇒ String
The query version.
      7599 7600 7601 7602 7603 7604 7605 7606 7607  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7599 class GetPercentilesRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version, :percents) SENSITIVE = [] include Aws::Structure end  |