Class: Aws::QuickSight::Types::HeatMapSortConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The sort configuration of a heat map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#heat_map_column_items_limit_configurationTypes::ItemsLimitConfiguration

The limit on the number of columns that are displayed in a heat map.



16760
16761
16762
16763
16764
16765
16766
16767
# File 'lib/aws-sdk-quicksight/types.rb', line 16760

class HeatMapSortConfiguration < Struct.new(
  :heat_map_row_sort,
  :heat_map_column_sort,
  :heat_map_row_items_limit_configuration,
  :heat_map_column_items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#heat_map_column_sortArray<Types::FieldSortOptions>

The column sort configuration for heat map for columns that aren’t a part of a field well.

Returns:



16760
16761
16762
16763
16764
16765
16766
16767
# File 'lib/aws-sdk-quicksight/types.rb', line 16760

class HeatMapSortConfiguration < Struct.new(
  :heat_map_row_sort,
  :heat_map_column_sort,
  :heat_map_row_items_limit_configuration,
  :heat_map_column_items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#heat_map_row_items_limit_configurationTypes::ItemsLimitConfiguration

The limit on the number of rows that are displayed in a heat map.



16760
16761
16762
16763
16764
16765
16766
16767
# File 'lib/aws-sdk-quicksight/types.rb', line 16760

class HeatMapSortConfiguration < Struct.new(
  :heat_map_row_sort,
  :heat_map_column_sort,
  :heat_map_row_items_limit_configuration,
  :heat_map_column_items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#heat_map_row_sortArray<Types::FieldSortOptions>

The field sort configuration of the rows fields.

Returns:



16760
16761
16762
16763
16764
16765
16766
16767
# File 'lib/aws-sdk-quicksight/types.rb', line 16760

class HeatMapSortConfiguration < Struct.new(
  :heat_map_row_sort,
  :heat_map_column_sort,
  :heat_map_row_items_limit_configuration,
  :heat_map_column_items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end