Class: Aws::DataZone::Types::SearchSort

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributeString

The attribute detail of the way to sort search results.

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9989

class SearchSort < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

The order detail of the wya to sort search results.

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9989

class SearchSort < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end