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

ListJobsFilterTerm

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

Specifies a condition that filters the results of a request for information about classification jobs. Each condition consists of a property, an operator, and one or more values.

interface ListJobsFilterTerm {
comparator?: JobComparator | null;
key?: ListJobsFilterKey | null;
values?: string[] | null;
}

§Properties

§
comparator?: JobComparator | null
[src]

The operator to use to filter the results.

§

The property to use to filter the results.

§
values?: string[] | null
[src]

An array that lists one or more values to use to filter the results.