Class: Aws::QuickSight::Types::ComparisonConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ComparisonConfiguration
- 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
-
#comparison_format ⇒ Types::ComparisonFormatConfiguration
The format of the comparison.
-
#comparison_method ⇒ String
The method of the comparison.
Instance Attribute Details
#comparison_format ⇒ Types::ComparisonFormatConfiguration
The format of the comparison.
4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4889 class ComparisonConfiguration < Struct.new( :comparison_method, :comparison_format) SENSITIVE = [] include Aws::Structure end |
#comparison_method ⇒ String
The method of the comparison. Choose from the following options:
-
‘DIFFERENCE`
-
‘PERCENT_DIFFERENCE`
-
‘PERCENT`
4889 4890 4891 4892 4893 4894 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4889 class ComparisonConfiguration < Struct.new( :comparison_method, :comparison_format) SENSITIVE = [] include Aws::Structure end |