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)


9570
9571
9572
9573
9574
9575
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9570

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

#orderString

The order detail of the wya to sort search results.

Returns:

  • (String)


9570
9571
9572
9573
9574
9575
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9570

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