Class: Aws::QuickSight::Types::FunnelChartSortConfiguration

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

Overview

The sort configuration of a ‘FunnelChartVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_items_limitTypes::ItemsLimitConfiguration

The limit on the number of categories displayed.



15982
15983
15984
15985
15986
15987
# File 'lib/aws-sdk-quicksight/types.rb', line 15982

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

#category_sortArray<Types::FieldSortOptions>

The sort configuration of the category fields.

Returns:



15982
15983
15984
15985
15986
15987
# File 'lib/aws-sdk-quicksight/types.rb', line 15982

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