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.
      42114 42115 42116 42117 42118 42119  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42114 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.
      42114 42115 42116 42117 42118 42119  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42114 class WordCloudSortConfiguration < Struct.new( :category_items_limit, :category_sort) SENSITIVE = [] include Aws::Structure end  |