Class: Aws::QuickSight::Types::PivotTableSortBy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The sort by field for the field sort options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnTypes::ColumnSort

The column sort (field id, direction) for the pivot table sort by options.

Returns:



22604
22605
22606
22607
22608
22609
22610
# File 'lib/aws-sdk-quicksight/types.rb', line 22604

class PivotTableSortBy < Struct.new(
  :field,
  :column,
  :data_path)
  SENSITIVE = []
  include Aws::Structure
end

#data_pathTypes::DataPathSort

The data path sort (data path value, direction) for the pivot table sort by options.

Returns:



22604
22605
22606
22607
22608
22609
22610
# File 'lib/aws-sdk-quicksight/types.rb', line 22604

class PivotTableSortBy < Struct.new(
  :field,
  :column,
  :data_path)
  SENSITIVE = []
  include Aws::Structure
end

#fieldTypes::FieldSort

The field sort (field id, direction) for the pivot table sort by options.

Returns:



22604
22605
22606
22607
22608
22609
22610
# File 'lib/aws-sdk-quicksight/types.rb', line 22604

class PivotTableSortBy < Struct.new(
  :field,
  :column,
  :data_path)
  SENSITIVE = []
  include Aws::Structure
end