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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



6405
6406
6407
6408
6409
6410
6411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6405

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

#directionString

The sort direction.

Returns:

  • (String)


6405
6406
6407
6408
6409
6410
6411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6405

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

#sort_byTypes::ColumnIdentifier

A column of a data set.



6405
6406
6407
6408
6409
6410
6411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6405

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