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:



6578
6579
6580
# File 'sig/types.rbs', line 6578

def color_scale
  @color_scale
end

#column_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute column_axis_display_options.



6576
6577
6578
# File 'sig/types.rbs', line 6576

def column_axis_display_options
  @column_axis_display_options
end

#column_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute column_label_options.



6577
6578
6579
# File 'sig/types.rbs', line 6577

def column_label_options
  @column_label_options
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



6580
6581
6582
# File 'sig/types.rbs', line 6580

def data_labels
  @data_labels
end

#field_wellsTypes::HeatMapFieldWells

Returns the value of attribute field_wells.



6572
6573
6574
# File 'sig/types.rbs', line 6572

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6582
6583
6584
# File 'sig/types.rbs', line 6582

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



6579
6580
6581
# File 'sig/types.rbs', line 6579

def legend
  @legend
end

#row_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute row_axis_display_options.



6574
6575
6576
# File 'sig/types.rbs', line 6574

def row_axis_display_options
  @row_axis_display_options
end

#row_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute row_label_options.



6575
6576
6577
# File 'sig/types.rbs', line 6575

def row_label_options
  @row_label_options
end

#sort_configurationTypes::HeatMapSortConfiguration

Returns the value of attribute sort_configuration.



6573
6574
6575
# File 'sig/types.rbs', line 6573

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6581
6582
6583
# File 'sig/types.rbs', line 6581

def tooltip
  @tooltip
end