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)


22165
22166
22167
22168
22169
22170
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22165

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.



22165
22166
22167
22168
22169
22170
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22165

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