Class: Aws::QuickSight::Types::SelectableValuesSort

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

Overview

The sort configuration for selectable values in a control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directionString

The sort direction for the selectable values. Choose one of the following options:

  • ASC: Sort in ascending order.

  • DESC: Sort in descending order.

  • USER_DEFINED_ORDER: Preserve the order in which the values were entered.

Returns:

  • (String)


37647
37648
37649
37650
37651
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37647

class SelectableValuesSort < Struct.new(
  :direction)
  SENSITIVE = []
  include Aws::Structure
end