Class: Aws::QuickSight::Types::MetricComparisonComputation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::MetricComparisonComputation
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The metric comparison computation configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #computation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID for a computation.
 - 
  
    
      #from_value  ⇒ Types::MeasureField 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field that is used in a metric comparison from value setup.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a computation.
 - 
  
    
      #target_value  ⇒ Types::MeasureField 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field that is used in a metric comparison to value setup.
 - 
  
    
      #time  ⇒ Types::DimensionField 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time field that is used in a computation.
 
Instance Attribute Details
#computation_id ⇒ String
The ID for a computation.
      25356 25357 25358 25359 25360 25361 25362 25363 25364  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25356 class MetricComparisonComputation < Struct.new( :computation_id, :name, :time, :from_value, :target_value) SENSITIVE = [] include Aws::Structure end  | 
  
#from_value ⇒ Types::MeasureField
The field that is used in a metric comparison from value setup.
      25356 25357 25358 25359 25360 25361 25362 25363 25364  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25356 class MetricComparisonComputation < Struct.new( :computation_id, :name, :time, :from_value, :target_value) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of a computation.
      25356 25357 25358 25359 25360 25361 25362 25363 25364  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25356 class MetricComparisonComputation < Struct.new( :computation_id, :name, :time, :from_value, :target_value) SENSITIVE = [] include Aws::Structure end  | 
  
#target_value ⇒ Types::MeasureField
The field that is used in a metric comparison to value setup.
      25356 25357 25358 25359 25360 25361 25362 25363 25364  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25356 class MetricComparisonComputation < Struct.new( :computation_id, :name, :time, :from_value, :target_value) SENSITIVE = [] include Aws::Structure end  | 
  
#time ⇒ Types::DimensionField
The time field that is used in a computation.
      25356 25357 25358 25359 25360 25361 25362 25363 25364  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25356 class MetricComparisonComputation < Struct.new( :computation_id, :name, :time, :from_value, :target_value) SENSITIVE = [] include Aws::Structure end  |