Class: Aws::QuickSight::Types::WaterfallChartSortConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::WaterfallChartSortConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The sort configuration of a waterfall visual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #breakdown_items_limit  ⇒ Types::ItemsLimitConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The limit on the number of bar groups that are displayed. 
- 
  
    
      #category_sort  ⇒ Array<Types::FieldSortOptions> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The sort configuration of the category fields. 
Instance Attribute Details
#breakdown_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of bar groups that are displayed.
| 41798 41799 41800 41801 41802 41803 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41798 class WaterfallChartSortConfiguration < Struct.new( :category_sort, :breakdown_items_limit) SENSITIVE = [] include Aws::Structure end | 
#category_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the category fields.
| 41798 41799 41800 41801 41802 41803 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41798 class WaterfallChartSortConfiguration < Struct.new( :category_sort, :breakdown_items_limit) SENSITIVE = [] include Aws::Structure end |