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

EBSFilter

import type { EBSFilter } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/computeoptimizer.ts";
interface EBSFilter {
name?: EBSFilterName | null;
values?: string[] | null;
}

§Properties

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