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.



6230
6231
6232
# File 'sig/types.rbs', line 6230

def color_configuration
  @color_configuration
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



6227
6228
6229
# File 'sig/types.rbs', line 6227

def data_labels
  @data_labels
end

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

Returns the value of attribute gauge_chart_options.



6226
6227
6228
# File 'sig/types.rbs', line 6226

def gauge_chart_options
  @gauge_chart_options
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6231
6232
6233
# File 'sig/types.rbs', line 6231

def interactions
  @interactions
end

#tooltip_optionsTypes::TooltipOptions

Returns the value of attribute tooltip_options.



6228
6229
6230
# File 'sig/types.rbs', line 6228

def tooltip_options
  @tooltip_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



6229
6230
6231
# File 'sig/types.rbs', line 6229

def visual_palette
  @visual_palette
end