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)


13737
13738
13739
13740
13741
13742
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13737

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

#field_idString

The sort configuration target field.

Returns:

  • (String)


13737
13738
13739
13740
13741
13742
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13737

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