Class: Aws::QuickSight::Types::DataPathSort

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#directionString

Determines the sort direction.

Returns:

  • (String)


7651
7652
7653
7654
7655
7656
# File 'lib/aws-sdk-quicksight/types.rb', line 7651

class DataPathSort < Struct.new(
  :direction,
  :sort_paths)
  SENSITIVE = []
  include Aws::Structure
end

#sort_pathsArray<Types::DataPathValue>

The list of data paths that need to be sorted.

Returns:



7651
7652
7653
7654
7655
7656
# File 'lib/aws-sdk-quicksight/types.rb', line 7651

class DataPathSort < Struct.new(
  :direction,
  :sort_paths)
  SENSITIVE = []
  include Aws::Structure
end