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

Filter

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

A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

interface Filter {
Attribute?: string | null;
Operation?: string | null;
Value?: string | null;
}

§Properties

§
Attribute?: string | null
[src]

The name of an attribute to use as a filter.

§
Operation?: string | null
[src]

The type of search (For example, eq, geq, leq)

§
Value?: string | null
[src]

Value of the filter.