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.
8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8258 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.
8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8258 class DataPathSort < Struct.new( :direction, :sort_paths) SENSITIVE = [] include Aws::Structure end |