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`.
16171 16172 16173 16174 16175 16176 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16171 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`.
16171 16172 16173 16174 16175 16176 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16171 class GaugeChartConditionalFormattingOption < Struct.new( :primary_value, :arc) SENSITIVE = [] include Aws::Structure end |