Class: Aws::Macie2::Types::SearchResourcesSortCriteria

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The property to sort the query results by. Valid values are:

Returns:

  • (String)


5763
5764
5765
5766
5767
5768
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5763

class SearchResourcesSortCriteria < Struct.new(
  :attribute_name,
  :order_by)
  SENSITIVE = []
  include Aws::Structure
end

#order_byString

Returns:

  • (String)


5763
5764
5765
5766
5767
5768
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5763

class SearchResourcesSortCriteria < Struct.new(
  :attribute_name,
  :order_by)
  SENSITIVE = []
  include Aws::Structure
end