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
- Struct
- Aws::SecurityHub::Types::SortCriterion
- 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
-
#field ⇒ String
The finding attribute used to sort findings.
-
#sort_order ⇒ String
The order used to sort findings.
Instance Attribute Details
#field ⇒ String
The finding attribute used to sort findings.
#sort_order ⇒ String
The order used to sort findings.
Possible values:
- asc
- desc