| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.UsageStatisticsSortBy
Description
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.
Constructors
| UsageStatisticsSortBy' | |
Fields
| |
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:key:UsageStatisticsSortBy', usageStatisticsSortBy_key - The field to sort the results by.
$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.
usageStatisticsSortBy_key :: Lens' UsageStatisticsSortBy (Maybe UsageStatisticsSortKey) Source #
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.