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

GroupCount

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

Provides a group of results for a query that retrieved aggregated statistical data about findings.

interface GroupCount {
count?: number | null;
groupKey?: string | null;
}

§Properties

§
count?: number | null
[src]

The total number of findings in the group of query results.

§
groupKey?: string | null
[src]

The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.