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.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def arc @arc end |
#primary_value ⇒ Types::GaugeChartPrimaryValueConditionalFormatting
Returns the value of attribute primary_value.
5953 5954 5955 |
# File 'sig/types.rbs', line 5953 def primary_value @primary_value end |