Class: Aws::WorkDocs::Types::SearchSortResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::SearchSortResult
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
The result of the sort operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field ⇒ String
Sort search results based on this field name.
-
#order ⇒ String
Sort direction.
Instance Attribute Details
#field ⇒ String
Sort search results based on this field name.
2616 2617 2618 2619 2620 2621 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2616 class SearchSortResult < Struct.new( :field, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
Sort direction.
2616 2617 2618 2619 2620 2621 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2616 class SearchSortResult < Struct.new( :field, :order) SENSITIVE = [] include Aws::Structure end |