Class: Aws::Types::GaugeChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GaugeChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_configuration ⇒ Types::GaugeChartColorConfiguration
Returns the value of attribute color_configuration.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::GaugeChartFieldWells
Returns the value of attribute field_wells.
-
#gauge_chart_options ⇒ Types::GaugeChartOptions
Returns the value of attribute gauge_chart_options.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#tooltip_options ⇒ Types::TooltipOptions
Returns the value of attribute tooltip_options.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
Instance Attribute Details
#color_configuration ⇒ Types::GaugeChartColorConfiguration
Returns the value of attribute color_configuration.
5964 5965 5966 |
# File 'sig/types.rbs', line 5964 def color_configuration @color_configuration end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
5961 5962 5963 |
# File 'sig/types.rbs', line 5961 def data_labels @data_labels end |
#field_wells ⇒ Types::GaugeChartFieldWells
Returns the value of attribute field_wells.
5959 5960 5961 |
# File 'sig/types.rbs', line 5959 def field_wells @field_wells end |
#gauge_chart_options ⇒ Types::GaugeChartOptions
Returns the value of attribute gauge_chart_options.
5960 5961 5962 |
# File 'sig/types.rbs', line 5960 def @gauge_chart_options end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
5965 5966 5967 |
# File 'sig/types.rbs', line 5965 def interactions @interactions end |
#tooltip_options ⇒ Types::TooltipOptions
Returns the value of attribute tooltip_options.
5962 5963 5964 |
# File 'sig/types.rbs', line 5962 def @tooltip_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
5963 5964 5965 |
# File 'sig/types.rbs', line 5963 def visual_palette @visual_palette end |