Class: Aws::QuickSight::Types::DataPathSort
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DataPathSort
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Allows data paths to be sorted by a specific data value.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #direction  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Determines the sort direction. 
- 
  
    
      #sort_paths  ⇒ Array<Types::DataPathValue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of data paths that need to be sorted. 
Instance Attribute Details
#direction ⇒ String
Determines the sort direction.
| 9636 9637 9638 9639 9640 9641 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9636 class DataPathSort < Struct.new( :direction, :sort_paths) SENSITIVE = [] include Aws::Structure end | 
#sort_paths ⇒ Array<Types::DataPathValue>
The list of data paths that need to be sorted.
| 9636 9637 9638 9639 9640 9641 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9636 class DataPathSort < Struct.new( :direction, :sort_paths) SENSITIVE = [] include Aws::Structure end |