Class: Aws::QuickSight::Types::MetricComparisonComputation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#computation_id ⇒ String

The ID for a computation.

Returns:

  • (String)


33772
33773
33774
33775
33776
33777
33778
33779
33780
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33772

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.

Returns:



33772
33773
33774
33775
33776
33777
33778
33779
33780
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33772

class MetricComparisonComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :from_value,
  :target_value)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of a computation.

Returns:

  • (String)


33772
33773
33774
33775
33776
33777
33778
33779
33780
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33772

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.

Returns:



33772
33773
33774
33775
33776
33777
33778
33779
33780
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33772

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.



33772
33773
33774
33775
33776
33777
33778
33779
33780
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33772

class MetricComparisonComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :from_value,
  :target_value)
  SENSITIVE = []
  include Aws::Structure
end