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.
6578 6579 6580 |
# File 'sig/types.rbs', line 6578 def color_scale @color_scale end |
#column_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute column_axis_display_options.
6576 6577 6578 |
# File 'sig/types.rbs', line 6576 def @column_axis_display_options end |
#column_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute column_label_options.
6577 6578 6579 |
# File 'sig/types.rbs', line 6577 def @column_label_options end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
6580 6581 6582 |
# File 'sig/types.rbs', line 6580 def data_labels @data_labels end |
#field_wells ⇒ Types::HeatMapFieldWells
Returns the value of attribute field_wells.
6572 6573 6574 |
# File 'sig/types.rbs', line 6572 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6582 6583 6584 |
# File 'sig/types.rbs', line 6582 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
6579 6580 6581 |
# File 'sig/types.rbs', line 6579 def legend @legend end |
#row_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute row_axis_display_options.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 def @row_axis_display_options end |
#row_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute row_label_options.
6575 6576 6577 |
# File 'sig/types.rbs', line 6575 def @row_label_options end |
#sort_configuration ⇒ Types::HeatMapSortConfiguration
Returns the value of attribute sort_configuration.
6573 6574 6575 |
# File 'sig/types.rbs', line 6573 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6581 6582 6583 |
# File 'sig/types.rbs', line 6581 def tooltip @tooltip end |