Class: Aws::QuickSight::Types::PivotTableSortConfiguration

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

Overview

The sort configuration for a ‘PivotTableVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_sort_optionsArray<Types::PivotFieldSortOptions>

The field sort options for a pivot table sort configuration.

Returns:



23387
23388
23389
23390
23391
# File 'lib/aws-sdk-quicksight/types.rb', line 23387

class PivotTableSortConfiguration < Struct.new(
  :field_sort_options)
  SENSITIVE = []
  include Aws::Structure
end