Class: Aws::QuickSight::Types::ColumnSort

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

Overview

The sort configuration for a column that is not used in a field well.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionTypes::AggregationFunction

The aggregation function that is defined in the column sort.



3708
3709
3710
3711
3712
3713
3714
# File 'lib/aws-sdk-quicksight/types.rb', line 3708

class ColumnSort < Struct.new(
  :sort_by,
  :direction,
  :aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end

#directionString

The sort direction.

Returns:

  • (String)


3708
3709
3710
3711
3712
3713
3714
# File 'lib/aws-sdk-quicksight/types.rb', line 3708

class ColumnSort < Struct.new(
  :sort_by,
  :direction,
  :aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byTypes::ColumnIdentifier

A column of a data set.



3708
3709
3710
3711
3712
3713
3714
# File 'lib/aws-sdk-quicksight/types.rb', line 3708

class ColumnSort < Struct.new(
  :sort_by,
  :direction,
  :aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end