Class: Aws::Types::HeatMapConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color_scaleTypes::ColorScale

Returns the value of attribute color_scale.

Returns:



6844
6845
6846
# File 'sig/types.rbs', line 6844

def color_scale
  @color_scale
end

#column_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute column_axis_display_options.



6842
6843
6844
# File 'sig/types.rbs', line 6842

def column_axis_display_options
  @column_axis_display_options
end

#column_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute column_label_options.



6843
6844
6845
# File 'sig/types.rbs', line 6843

def column_label_options
  @column_label_options
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



6846
6847
6848
# File 'sig/types.rbs', line 6846

def data_labels
  @data_labels
end

#field_wellsTypes::HeatMapFieldWells

Returns the value of attribute field_wells.



6838
6839
6840
# File 'sig/types.rbs', line 6838

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6848
6849
6850
# File 'sig/types.rbs', line 6848

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



6845
6846
6847
# File 'sig/types.rbs', line 6845

def legend
  @legend
end

#row_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute row_axis_display_options.



6840
6841
6842
# File 'sig/types.rbs', line 6840

def row_axis_display_options
  @row_axis_display_options
end

#row_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute row_label_options.



6841
6842
6843
# File 'sig/types.rbs', line 6841

def row_label_options
  @row_label_options
end

#sort_configurationTypes::HeatMapSortConfiguration

Returns the value of attribute sort_configuration.



6839
6840
6841
# File 'sig/types.rbs', line 6839

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6847
6848
6849
# File 'sig/types.rbs', line 6847

def tooltip
  @tooltip
end