Class: Aws::QuickSight::Types::HeatMapSortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HeatMapSortConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The sort configuration of a heat map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#heat_map_column_items_limit_configuration ⇒ Types::ItemsLimitConfiguration
The limit on the number of columns that are displayed in a heat map.
-
#heat_map_column_sort ⇒ Array<Types::FieldSortOptions>
The column sort configuration for heat map for columns that aren't a part of a field well.
-
#heat_map_row_items_limit_configuration ⇒ Types::ItemsLimitConfiguration
The limit on the number of rows that are displayed in a heat map.
-
#heat_map_row_sort ⇒ Array<Types::FieldSortOptions>
The field sort configuration of the rows fields.
Instance Attribute Details
#heat_map_column_items_limit_configuration ⇒ Types::ItemsLimitConfiguration
The limit on the number of columns that are displayed in a heat map.
22086 22087 22088 22089 22090 22091 22092 22093 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22086 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_sort ⇒ Array<Types::FieldSortOptions>
The column sort configuration for heat map for columns that aren't a part of a field well.
22086 22087 22088 22089 22090 22091 22092 22093 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22086 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_configuration ⇒ Types::ItemsLimitConfiguration
The limit on the number of rows that are displayed in a heat map.
22086 22087 22088 22089 22090 22091 22092 22093 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22086 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_sort ⇒ Array<Types::FieldSortOptions>
The field sort configuration of the rows fields.
22086 22087 22088 22089 22090 22091 22092 22093 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22086 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 |