Class: Aws::QuickSight::Types::NamedEntityDefinitionMetric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::NamedEntityDefinitionMetric
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
A structure that represents a metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The aggregation of a named entity.
 - 
  
    
      #aggregation_function_parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The additional parameters for an aggregation function.
 
Instance Attribute Details
#aggregation ⇒ String
The aggregation of a named entity. Valid values for this structure are ‘SUM`, `MIN`, `MAX`, `COUNT`, `AVERAGE`, `DISTINCT_COUNT`, `STDEV`, `STDEVP`, `VAR`, `VARP`, `PERCENTILE`, `MEDIAN`, and `CUSTOM`.
      21490 21491 21492 21493 21494 21495  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 21490 class NamedEntityDefinitionMetric < Struct.new( :aggregation, :aggregation_function_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#aggregation_function_parameters ⇒ Hash<String,String>
The additional parameters for an aggregation function.
      21490 21491 21492 21493 21494 21495  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 21490 class NamedEntityDefinitionMetric < Struct.new( :aggregation, :aggregation_function_parameters) SENSITIVE = [] include Aws::Structure end  |