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

Attribute

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

This data type is used as a request parameter in the "AddAttributesToFindings" and "CreateAssessmentTemplate" actions.

interface Attribute {
key: string;
value?: string | null;
}

§Properties

§
key: string
[src]

The attribute key.

§
value?: string | null
[src]

The value assigned to the attribute key.