Class: Aws::Types::GaugeChartConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color_configurationTypes::GaugeChartColorConfiguration

Returns the value of attribute color_configuration.



5964
5965
5966
# File 'sig/types.rbs', line 5964

def color_configuration
  @color_configuration
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



5961
5962
5963
# File 'sig/types.rbs', line 5961

def data_labels
  @data_labels
end

#field_wellsTypes::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_optionsTypes::GaugeChartOptions

Returns the value of attribute gauge_chart_options.



5960
5961
5962
# File 'sig/types.rbs', line 5960

def gauge_chart_options
  @gauge_chart_options
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



5965
5966
5967
# File 'sig/types.rbs', line 5965

def interactions
  @interactions
end

#tooltip_optionsTypes::TooltipOptions

Returns the value of attribute tooltip_options.



5962
5963
5964
# File 'sig/types.rbs', line 5962

def tooltip_options
  @tooltip_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



5963
5964
5965
# File 'sig/types.rbs', line 5963

def visual_palette
  @visual_palette
end