Class: Aws::QuickSight::Types::HeatMapConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::HeatMapConfiguration
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The configuration of a heat map.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #color_scale  ⇒ Types::ColorScale 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The color options (gradient color, point of divergence) in a heat map.
 - 
  
    
      #column_axis_display_options  ⇒ Types::AxisDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine the presentation of the row axis label.
 - 
  
    
      #column_label_options  ⇒ Types::ChartAxisLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The label options of the column that is displayed in a heat map.
 - 
  
    
      #data_labels  ⇒ Types::DataLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine if visual data labels are displayed.
 - 
  
    
      #field_wells  ⇒ Types::HeatMapFieldWells 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field wells of the visual.
 - 
  
    
      #interactions  ⇒ Types::VisualInteractionOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The general visual interactions setup for a visual.
 - 
  
    
      #legend  ⇒ Types::LegendOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The legend display setup of the visual.
 - 
  
    
      #row_axis_display_options  ⇒ Types::AxisDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The options that determine the presentation of the row axis label.
 - 
  
    
      #row_label_options  ⇒ Types::ChartAxisLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The label options of the row that is displayed in a
heat map. - 
  
    
      #sort_configuration  ⇒ Types::HeatMapSortConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sort configuration of a heat map.
 - 
  
    
      #tooltip  ⇒ Types::TooltipOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tooltip display setup of the visual.
 
Instance Attribute Details
#color_scale ⇒ Types::ColorScale
The color options (gradient color, point of divergence) in a heat map.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#column_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the row axis label.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#column_label_options ⇒ Types::ChartAxisLabelOptions
The label options of the column that is displayed in a heat map.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#field_wells ⇒ Types::HeatMapFieldWells
The field wells of the visual.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#row_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the row axis label.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#row_label_options ⇒ Types::ChartAxisLabelOptions
The label options of the row that is displayed in a heat map.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#sort_configuration ⇒ Types::HeatMapSortConfiguration
The sort configuration of a heat map.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  | 
  
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
      20668 20669 20670 20671 20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20668 class HeatMapConfiguration < Struct.new( :field_wells, :sort_configuration, :row_axis_display_options, :row_label_options, :column_axis_display_options, :column_label_options, :color_scale, :legend, :data_labels, :tooltip, :interactions) SENSITIVE = [] include Aws::Structure end  |