Class: Aws::Types::HistogramConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bin_optionsTypes::HistogramBinOptions

Returns the value of attribute bin_options.



6894
6895
6896
# File 'sig/types.rbs', line 6894

def bin_options
  @bin_options
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



6895
6896
6897
# File 'sig/types.rbs', line 6895

def data_labels
  @data_labels
end

#field_wellsTypes::HistogramFieldWells

Returns the value of attribute field_wells.



6890
6891
6892
# File 'sig/types.rbs', line 6890

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6898
6899
6900
# File 'sig/types.rbs', line 6898

def interactions
  @interactions
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6896
6897
6898
# File 'sig/types.rbs', line 6896

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



6897
6898
6899
# File 'sig/types.rbs', line 6897

def visual_palette
  @visual_palette
end

#x_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute x_axis_display_options.



6891
6892
6893
# File 'sig/types.rbs', line 6891

def x_axis_display_options
  @x_axis_display_options
end

#x_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute x_axis_label_options.



6892
6893
6894
# File 'sig/types.rbs', line 6892

def x_axis_label_options
  @x_axis_label_options
end

#y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute y_axis_display_options.



6893
6894
6895
# File 'sig/types.rbs', line 6893

def y_axis_display_options
  @y_axis_display_options
end