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

Class: Aws::GuardDuty::Types::SortCriteria

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

Overview

Note:

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

{
  attribute_name: "String",
  order_by: "ASC", # accepts ASC, DESC
}

Contains information about the criteria used for sorting findings.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

Represents the finding attribute (for example, accountId) to sort findings by.

Returns:

  • (String)

    Represents the finding attribute (for example, accountId) to sort findings by.

#order_byString

The order by which the sorted findings are to be displayed.

Possible values:

  • ASC
  • DESC

Returns:

  • (String)

    The order by which the sorted findings are to be displayed.