Class: Aws::DataZone::Types::SearchSort
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchSort
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of the way to sort search results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The attribute detail of the way to sort search results.
-
#order ⇒ String
The order detail of the wya to sort search results.
Instance Attribute Details
#attribute ⇒ String
The attribute detail of the way to sort search results.
16665 16666 16667 16668 16669 16670 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16665 class SearchSort < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order detail of the wya to sort search results.
16665 16666 16667 16668 16669 16670 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16665 class SearchSort < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |