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.
6230 6231 6232 |
# File 'sig/types.rbs', line 6230 def color_configuration @color_configuration end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
6227 6228 6229 |
# File 'sig/types.rbs', line 6227 def data_labels @data_labels end |
#field_wells ⇒ Types::GaugeChartFieldWells
Returns the value of attribute field_wells.
6225 6226 6227 |
# File 'sig/types.rbs', line 6225 def field_wells @field_wells end |
#gauge_chart_options ⇒ Types::GaugeChartOptions
Returns the value of attribute gauge_chart_options.
6226 6227 6228 |
# File 'sig/types.rbs', line 6226 def @gauge_chart_options end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6231 6232 6233 |
# File 'sig/types.rbs', line 6231 def interactions @interactions end |
#tooltip_options ⇒ Types::TooltipOptions
Returns the value of attribute tooltip_options.
6228 6229 6230 |
# File 'sig/types.rbs', line 6228 def @tooltip_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
6229 6230 6231 |
# File 'sig/types.rbs', line 6229 def visual_palette @visual_palette end |