Class: Aws::QuickSight::Types::WordCloudSortConfiguration

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

Overview

The sort configuration of a word cloud visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_items_limitTypes::ItemsLimitConfiguration

The limit on the number of groups that are displayed in a word cloud.



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

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

#category_sortArray<Types::FieldSortOptions>

The sort configuration of group by fields.

Returns:



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

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