Class: Aws::QuickSight::Types::FieldSort

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

Overview

The sort configuration for a field in a field well.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directionString

The sort direction. Choose one of the following options:

  • ASC: Ascending

  • DESC: Descending

Returns:

  • (String)


13650
13651
13652
13653
13654
13655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13650

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

#field_idString

The sort configuration target field.

Returns:

  • (String)


13650
13651
13652
13653
13654
13655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13650

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