Class: Aws::Types::GaugeChartConditionalFormattingOption
- Inherits:
-
Object
- Object
- Aws::Types::GaugeChartConditionalFormattingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arc ⇒ Types::GaugeChartArcConditionalFormatting
Returns the value of attribute arc.
-
#primary_value ⇒ Types::GaugeChartPrimaryValueConditionalFormatting
Returns the value of attribute primary_value.
Instance Attribute Details
#arc ⇒ Types::GaugeChartArcConditionalFormatting
Returns the value of attribute arc.
6220 6221 6222 |
# File 'sig/types.rbs', line 6220 def arc @arc end |
#primary_value ⇒ Types::GaugeChartPrimaryValueConditionalFormatting
Returns the value of attribute primary_value.
6219 6220 6221 |
# File 'sig/types.rbs', line 6219 def primary_value @primary_value end |