Class: Aws::Types::HeatMapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HeatMapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_scale ⇒ Types::ColorScale
Returns the value of attribute color_scale.
-
#column_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute column_axis_display_options.
-
#column_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute column_label_options.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::HeatMapFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#row_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute row_axis_display_options.
-
#row_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute row_label_options.
-
#sort_configuration ⇒ Types::HeatMapSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
Instance Attribute Details
#color_scale ⇒ Types::ColorScale
Returns the value of attribute color_scale.
6844 6845 6846 |
# File 'sig/types.rbs', line 6844 def color_scale @color_scale end |
#column_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute column_axis_display_options.
6842 6843 6844 |
# File 'sig/types.rbs', line 6842 def @column_axis_display_options end |
#column_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute column_label_options.
6843 6844 6845 |
# File 'sig/types.rbs', line 6843 def @column_label_options end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
6846 6847 6848 |
# File 'sig/types.rbs', line 6846 def data_labels @data_labels end |
#field_wells ⇒ Types::HeatMapFieldWells
Returns the value of attribute field_wells.
6838 6839 6840 |
# File 'sig/types.rbs', line 6838 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6848 6849 6850 |
# File 'sig/types.rbs', line 6848 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
6845 6846 6847 |
# File 'sig/types.rbs', line 6845 def legend @legend end |
#row_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute row_axis_display_options.
6840 6841 6842 |
# File 'sig/types.rbs', line 6840 def @row_axis_display_options end |
#row_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute row_label_options.
6841 6842 6843 |
# File 'sig/types.rbs', line 6841 def @row_label_options end |
#sort_configuration ⇒ Types::HeatMapSortConfiguration
Returns the value of attribute sort_configuration.
6839 6840 6841 |
# File 'sig/types.rbs', line 6839 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6847 6848 6849 |
# File 'sig/types.rbs', line 6847 def tooltip @tooltip end |