Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UsageStatisticsSortBy

import type { UsageStatisticsSortBy } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.

interface UsageStatisticsSortBy {
orderBy?: OrderBy | null;
}

§Properties

§

The field to sort the results by.

§
orderBy?: OrderBy | null
[src]

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.