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 |
Documentation
data UsageStatisticsSortBy Source #
Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.
See: newUsageStatisticsSortBy
smart constructor.
UsageStatisticsSortBy' | |
|
Instances
newUsageStatisticsSortBy :: UsageStatisticsSortBy Source #
Create a value of UsageStatisticsSortBy
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:UsageStatisticsSortBy'
, usageStatisticsSortBy_orderBy
- The sort order to apply to the results, based on the value for the field
specified by the key property. Valid values are: ASC, sort the results
in ascending order; and, DESC, sort the results in descending order.
$sel:key:UsageStatisticsSortBy'
, usageStatisticsSortBy_key
- The field to sort the results by.
usageStatisticsSortBy_orderBy :: Lens' UsageStatisticsSortBy (Maybe OrderBy) Source #
The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
usageStatisticsSortBy_key :: Lens' UsageStatisticsSortBy (Maybe UsageStatisticsSortKey) Source #
The field to sort the results by.