class Aws::GuardDuty::Types::SortCriteria

Contains information about the criteria used for sorting findings.

@note When making an API call, you may pass SortCriteria

data as a hash:

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

@!attribute [rw] attribute_name

Represents the finding attribute (for example, accountId) to sort
findings by.
@return [String]

@!attribute [rw] order_by

The order by which the sorted findings are to be displayed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/SortCriteria AWS API Documentation

Constants

SENSITIVE