Class: Aws::QuickSight::Types::GaugeChartConditionalFormattingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GaugeChartConditionalFormattingOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Conditional formatting options of a ‘GaugeChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arc ⇒ Types::GaugeChartArcConditionalFormatting
The options that determine the presentation of the arc of a ‘GaugeChartVisual`.
-
#primary_value ⇒ Types::GaugeChartPrimaryValueConditionalFormatting
The conditional formatting for the primary value of a ‘GaugeChartVisual`.
Instance Attribute Details
#arc ⇒ Types::GaugeChartArcConditionalFormatting
The options that determine the presentation of the arc of a ‘GaugeChartVisual`.
17016 17017 17018 17019 17020 17021 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17016 class GaugeChartConditionalFormattingOption < Struct.new( :primary_value, :arc) SENSITIVE = [] include Aws::Structure end |
#primary_value ⇒ Types::GaugeChartPrimaryValueConditionalFormatting
The conditional formatting for the primary value of a ‘GaugeChartVisual`.
17016 17017 17018 17019 17020 17021 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17016 class GaugeChartConditionalFormattingOption < Struct.new( :primary_value, :arc) SENSITIVE = [] include Aws::Structure end |