Class: Aws::QuickSight::Types::WordCloudSortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudSortConfiguration
- 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
-
#category_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of groups that are displayed in a word cloud.
-
#category_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of group by fields.
Instance Attribute Details
#category_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of groups that are displayed in a word cloud.
39211 39212 39213 39214 39215 39216 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39211 class WordCloudSortConfiguration < Struct.new( :category_items_limit, :category_sort) SENSITIVE = [] include Aws::Structure end |
#category_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of group by fields.
39211 39212 39213 39214 39215 39216 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39211 class WordCloudSortConfiguration < Struct.new( :category_items_limit, :category_sort) SENSITIVE = [] include Aws::Structure end |