You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListJobsSortCriteria as input to an Aws::Client method, you can use a vanilla Hash:

{
  attribute_name: "createdAt", # accepts createdAt, jobStatus, name, jobType
  order_by: "ASC", # accepts ASC, DESC
}

Specifies criteria for sorting the results of a request for information about classification jobs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

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

Possible values:

  • createdAt
  • jobStatus
  • name
  • jobType

Returns:

  • (String)

    The property to sort the results by.

#order_byString

Possible values:

  • ASC
  • DESC

Returns:

  • (String)