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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4466
4467
4468
4469
4470
4471
# File 'lib/aws-sdk-quicksight/types.rb', line 4466

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)


4466
4467
4468
4469
4470
4471
# File 'lib/aws-sdk-quicksight/types.rb', line 4466

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