Class: Aws::QuickSight::Types::NamedEntitySort
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NamedEntitySort
- 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
-
#direction ⇒ String
The direction of the sort.
-
#field_name ⇒ String
The name of the field that is used for the sort.
Instance Attribute Details
#direction ⇒ String
The direction of the sort. Valid values are ASCENDING and
DESCENDING.
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.
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 |