Class: Aws::QuickSight::Types::PivotFieldSortOptions

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

Overview

The field sort options for a pivot table sort configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

The field ID for the field sort options.

Returns:

  • (String)


25848
25849
25850
25851
25852
25853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25848

class PivotFieldSortOptions < Struct.new(
  :field_id,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byTypes::PivotTableSortBy

The sort by field for the field sort options.



25848
25849
25850
25851
25852
25853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25848

class PivotFieldSortOptions < Struct.new(
  :field_id,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end