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.



28704
28705
28706
28707
28708
28709
28710
# File 'lib/aws-sdk-quicksight/types.rb', line 28704

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.



28704
28705
28706
28707
28708
28709
28710
# File 'lib/aws-sdk-quicksight/types.rb', line 28704

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.



28704
28705
28706
28707
28708
28709
28710
# File 'lib/aws-sdk-quicksight/types.rb', line 28704

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