Class: Aws::QuickSight::Types::NamedEntitySort

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

Overview

A structure that represents a sort for a named entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#direction ⇒ String

The direction of the sort. Valid values are ASCENDING and DESCENDING.

Returns:

  • (String)


33993
33994
33995
33996
33997
33998
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993

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

#field_name ⇒ String

The name of the field that is used for the sort.

Returns:

  • (String)


33993
33994
33995
33996
33997
33998
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33993

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