Class: Aws::QuickSight::Types::ComparisonConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The comparison display configuration of a KPI or gauge chart.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_formatTypes::ComparisonFormatConfiguration

The format of the comparison.



4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034

class ComparisonConfiguration < Struct.new(
  :comparison_method,
  :comparison_format)
  SENSITIVE = []
  include Aws::Structure
end

#comparison_methodString

The method of the comparison. Choose from the following options:

  • DIFFERENCE

  • PERCENT_DIFFERENCE

  • PERCENT

Returns:

  • (String)


4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4034

class ComparisonConfiguration < Struct.new(
  :comparison_method,
  :comparison_format)
  SENSITIVE = []
  include Aws::Structure
end