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)


27249
27250
27251
27252
27253
27254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27249

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.



27249
27250
27251
27252
27253
27254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27249

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