You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::FindingStatisticsSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::FindingStatisticsSortCriteria
- Defined in:
- (unknown)
Overview
Note:
When passing FindingStatisticsSortCriteria as input to an Aws::Client method, you can use a vanilla Hash:
{
attribute_name: "groupKey", # accepts groupKey, count
order_by: "ASC", # accepts ASC, DESC
}
Specifies criteria for sorting the results of a query that retrieves aggregated statistical data about findings.
Returned by:
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The grouping to sort the results by.
-
#order_by ⇒ String
Possible values:
- ASC
- DESC
.
Instance Attribute Details
#attribute_name ⇒ String
The grouping to sort the results by. Valid values are:
Possible values:
- groupKey
- count
#order_by ⇒ String
Possible values:
- ASC
- DESC