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

AddAttributesToFindingsRequest

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

§Properties

§
attributes: Attribute[]
[src]

The array of attributes that you want to assign to specified findings.

§
findingArns: string[]
[src]

The ARNs that specify the findings that you want to assign attributes to.