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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



33823
33824
33825
33826
33827
33828
# File 'lib/aws-sdk-quicksight/types.rb', line 33823

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:



33823
33824
33825
33826
33827
33828
# File 'lib/aws-sdk-quicksight/types.rb', line 33823

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