Class: Aws::IoT::Types::AggregationType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::AggregationType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The type of aggregation queries.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the aggregation type.
 - 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the values of aggregation types.
 
Instance Attribute Details
#name ⇒ String
The name of the aggregation type.
      378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 378 class AggregationType < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end  | 
  
#values ⇒ Array<String>
A list of the values of aggregation types.
      378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 378 class AggregationType < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end  |