Class: Aws::QuickSight::Types::PieChartSortConfiguration

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

Overview

The sort configuration of a pie chart.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_items_limitTypes::ItemsLimitConfiguration

The limit on the number of categories that are displayed in a pie chart.



21971
21972
21973
21974
21975
21976
21977
21978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21971

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

#category_sortArray<Types::FieldSortOptions>

The sort configuration of the category fields.

Returns:



21971
21972
21973
21974
21975
21976
21977
21978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21971

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

#small_multiples_limit_configurationTypes::ItemsLimitConfiguration

The limit on the number of small multiples panels that are displayed.



21971
21972
21973
21974
21975
21976
21977
21978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21971

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

#small_multiples_sortArray<Types::FieldSortOptions>

The sort configuration of the small multiples field.

Returns:



21971
21972
21973
21974
21975
21976
21977
21978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21971

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