Class: Aws::IoT::Types::TermsAggregation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TermsAggregation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_buckets  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of buckets to return in the response.
 
Instance Attribute Details
#max_buckets ⇒ Integer
The number of buckets to return in the response. Default to 10.
      14492 14493 14494 14495 14496  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14492 class TermsAggregation < Struct.new( :max_buckets) SENSITIVE = [] include Aws::Structure end  |