Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FindingStatisticsSortCriteria = FindingStatisticsSortCriteria' {}
- newFindingStatisticsSortCriteria :: FindingStatisticsSortCriteria
- findingStatisticsSortCriteria_orderBy :: Lens' FindingStatisticsSortCriteria (Maybe OrderBy)
- findingStatisticsSortCriteria_attributeName :: Lens' FindingStatisticsSortCriteria (Maybe FindingStatisticsSortAttributeName)
Documentation
data FindingStatisticsSortCriteria Source #
Specifies criteria for sorting the results of a query that retrieves aggregated statistical data about findings.
See: newFindingStatisticsSortCriteria
smart constructor.
FindingStatisticsSortCriteria' | |
|
Instances
newFindingStatisticsSortCriteria :: FindingStatisticsSortCriteria Source #
Create a value of FindingStatisticsSortCriteria
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:orderBy:FindingStatisticsSortCriteria'
, findingStatisticsSortCriteria_orderBy
- The sort order to apply to the results, based on the value for the
property specified by the attributeName property. Valid values are: ASC,
sort the results in ascending order; and, DESC, sort the results in
descending order.
$sel:attributeName:FindingStatisticsSortCriteria'
, findingStatisticsSortCriteria_attributeName
- The grouping to sort the results by. Valid values are: count, sort the
results by the number of findings in each group of results; and,
groupKey, sort the results by the name of each group of results.
findingStatisticsSortCriteria_orderBy :: Lens' FindingStatisticsSortCriteria (Maybe OrderBy) Source #
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
findingStatisticsSortCriteria_attributeName :: Lens' FindingStatisticsSortCriteria (Maybe FindingStatisticsSortAttributeName) Source #
The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.