Class: Aws::QuickSight::Types::WaterfallChartSortConfiguration

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

Overview

The sort configuration of a waterfall visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#breakdown_items_limitTypes::ItemsLimitConfiguration

The limit on the number of bar groups that are displayed.



32890
32891
32892
32893
32894
32895
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32890

class WaterfallChartSortConfiguration < Struct.new(
  :category_sort,
  :breakdown_items_limit)
  SENSITIVE = []
  include Aws::Structure
end

#category_sortArray<Types::FieldSortOptions>

The sort configuration of the category fields.

Returns:



32890
32891
32892
32893
32894
32895
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32890

class WaterfallChartSortConfiguration < Struct.new(
  :category_sort,
  :breakdown_items_limit)
  SENSITIVE = []
  include Aws::Structure
end