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_idString

The ID for a computation.

Returns:

  • (String)


20600
20601
20602
20603
20604
20605
20606
20607
20608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20600

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

#from_valueTypes::MeasureField

The field that is used in a metric comparison from value setup.

Returns:



20600
20601
20602
20603
20604
20605
20606
20607
20608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20600

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

#nameString

The name of a computation.

Returns:

  • (String)


20600
20601
20602
20603
20604
20605
20606
20607
20608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20600

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

#target_valueTypes::MeasureField

The field that is used in a metric comparison to value setup.

Returns:



20600
20601
20602
20603
20604
20605
20606
20607
20608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20600

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

#timeTypes::DimensionField

The time field that is used in a computation.



20600
20601
20602
20603
20604
20605
20606
20607
20608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20600

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