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

SortCriteria

import type { SortCriteria } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the criteria used for sorting findings.

interface SortCriteria {
AttributeName?: string | null;
OrderBy?: OrderBy | null;
}

§Properties

§
AttributeName?: string | null
[src]

Represents the finding attribute, such as accountId, that sorts the findings.

§
OrderBy?: OrderBy | null
[src]

The order by which the sorted findings are to be displayed.