Class: Aws::QuickSight::Types::TreeMapSortConfiguration

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

Overview

The sort configuration of a tree map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tree_map_group_items_limit_configurationTypes::ItemsLimitConfiguration

The limit on the number of groups that are displayed.



30183
30184
30185
30186
30187
30188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30183

class TreeMapSortConfiguration < Struct.new(
  :tree_map_sort,
  :tree_map_group_items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tree_map_sortArray<Types::FieldSortOptions>

The sort configuration of group by fields.

Returns:



30183
30184
30185
30186
30187
30188
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30183

class TreeMapSortConfiguration < Struct.new(
  :tree_map_sort,
  :tree_map_group_items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end