Class: Aws::QuickSight::Types::ComparisonConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ComparisonConfiguration
- 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
-
#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.
5720 5721 5722 5723 5724 5725 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5720 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:
DIFFERENCEPERCENT_DIFFERENCEPERCENT
5720 5721 5722 5723 5724 5725 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5720 class ComparisonConfiguration < Struct.new( :comparison_method, :comparison_format) SENSITIVE = [] include Aws::Structure end |