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
- Struct
- Aws::GuardDuty::Types::SortCriteria
- 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
-
#attribute_name ⇒ String
Represents the finding attribute (for example, accountId) to sort findings by.
-
#order_by ⇒ String
The order by which the sorted findings are to be displayed.
Instance Attribute Details
#attribute_name ⇒ String
Represents the finding attribute (for example, accountId) to sort findings by.
#order_by ⇒ String
The order by which the sorted findings are to be displayed.
Possible values:
- ASC
- DESC