Class: Aws::QuickSight::Types::AggregationSortConfiguration

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

Overview

The configuration options to sort aggregated values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionTypes::AggregationFunction

The function that aggregates the values in Column.



267
268
269
270
271
272
273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 267

class AggregationSortConfiguration < Struct.new(
  :column,
  :sort_direction,
  :aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end

#columnTypes::ColumnIdentifier

The column that determines the sort order of aggregated values.



267
268
269
270
271
272
273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 267

class AggregationSortConfiguration < Struct.new(
  :column,
  :sort_direction,
  :aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end

#sort_directionString

The sort direction of values.

  • ASC: Sort in ascending order.

  • DESC: Sort in descending order.

Returns:

  • (String)


267
268
269
270
271
272
273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 267

class AggregationSortConfiguration < Struct.new(
  :column,
  :sort_direction,
  :aggregation_function)
  SENSITIVE = []
  include Aws::Structure
end