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

InspectorServiceAttributes

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

This data type is used in the "Finding" data type.

interface InspectorServiceAttributes {
assessmentRunArn?: string | null;
rulesPackageArn?: string | null;
schemaVersion: number;
}

§Properties

§
assessmentRunArn?: string | null
[src]

The ARN of the assessment run during which the finding is generated.

§
rulesPackageArn?: string | null
[src]

The ARN of the rules package that is used to generate the finding.

§
schemaVersion: number
[src]

The schema version of this data type.