Class: Aws::Macie2::Types::ListJobsSortCriteria

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 request for information about classification jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

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

Returns:

  • (String)


4216
4217
4218
4219
4220
4221
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4216

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

#order_byString

Returns:

  • (String)


4216
4217
4218
4219
4220
4221
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4216

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