Class: Aws::Types::GaugeChartOptions
- Inherits:
-
Object
- Object
- Aws::Types::GaugeChartOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arc ⇒ Types::ArcConfiguration
Returns the value of attribute arc.
-
#arc_axis ⇒ Types::ArcAxisConfiguration
Returns the value of attribute arc_axis.
-
#comparison ⇒ Types::ComparisonConfiguration
Returns the value of attribute comparison.
-
#primary_value_display_type ⇒ "HIDDEN", ...
Returns the value of attribute primary_value_display_type.
-
#primary_value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute primary_value_font_configuration.
Instance Attribute Details
#arc ⇒ Types::ArcConfiguration
Returns the value of attribute arc.
5979 5980 5981 |
# File 'sig/types.rbs', line 5979 def arc @arc end |
#arc_axis ⇒ Types::ArcAxisConfiguration
Returns the value of attribute arc_axis.
5978 5979 5980 |
# File 'sig/types.rbs', line 5978 def arc_axis @arc_axis end |
#comparison ⇒ Types::ComparisonConfiguration
Returns the value of attribute comparison.
5977 5978 5979 |
# File 'sig/types.rbs', line 5977 def comparison @comparison end |
#primary_value_display_type ⇒ "HIDDEN", ...
Returns the value of attribute primary_value_display_type.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def primary_value_display_type @primary_value_display_type end |
#primary_value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute primary_value_font_configuration.
5980 5981 5982 |
# File 'sig/types.rbs', line 5980 def primary_value_font_configuration @primary_value_font_configuration end |