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

RemoveAttributesFromFindingsRequest

import type { RemoveAttributesFromFindingsRequest } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface RemoveAttributesFromFindingsRequest {
attributeKeys: string[];
findingArns: string[];
}

§Properties

§
attributeKeys: string[]
[src]

The array of attribute keys that you want to remove from specified findings.

§
findingArns: string[]
[src]

The ARNs that specify the findings that you want to remove attributes from.