| 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 |
Amazonka.SecurityHub.Types.SortCriterion
Description
Synopsis
Documentation
data SortCriterion Source #
A collection of finding attributes used to sort findings.
See: newSortCriterion smart constructor.
Constructors
| SortCriterion' | |
Instances
newSortCriterion :: SortCriterion Source #
Create a value of SortCriterion 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:field:SortCriterion', sortCriterion_field - The finding attribute used to sort findings.
$sel:sortOrder:SortCriterion', sortCriterion_sortOrder - The order used to sort findings.
sortCriterion_field :: Lens' SortCriterion (Maybe Text) Source #
The finding attribute used to sort findings.
sortCriterion_sortOrder :: Lens' SortCriterion (Maybe SortOrder) Source #
The order used to sort findings.