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.



6628
6629
6630
# File 'sig/types.rbs', line 6628

def bin_options
  @bin_options
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



6629
6630
6631
# File 'sig/types.rbs', line 6629

def data_labels
  @data_labels
end

#field_wellsTypes::HistogramFieldWells

Returns the value of attribute field_wells.



6624
6625
6626
# File 'sig/types.rbs', line 6624

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6632
6633
6634
# File 'sig/types.rbs', line 6632

def interactions
  @interactions
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6630
6631
6632
# File 'sig/types.rbs', line 6630

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



6631
6632
6633
# File 'sig/types.rbs', line 6631

def visual_palette
  @visual_palette
end

#x_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute x_axis_display_options.



6625
6626
6627
# File 'sig/types.rbs', line 6625

def x_axis_display_options
  @x_axis_display_options
end

#x_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute x_axis_label_options.



6626
6627
6628
# File 'sig/types.rbs', line 6626

def x_axis_label_options
  @x_axis_label_options
end

#y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute y_axis_display_options.



6627
6628
6629
# File 'sig/types.rbs', line 6627

def y_axis_display_options
  @y_axis_display_options
end