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

Class: Aws::SecurityHub::Types::SortCriterion

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

Overview

Note:

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

{
  field: "NonEmptyString",
  sort_order: "asc", # accepts asc, desc
}

A collection of finding attributes used to sort findings.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

The finding attribute used to sort findings.

Returns:

  • (String)

    The finding attribute used to sort findings.

#sort_orderString

The order used to sort findings.

Possible values:

  • asc
  • desc

Returns:

  • (String)

    The order used to sort findings.