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

RulesPackage

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

Contains information about an Amazon Inspector rules package. This data type is used as the response element in the "DescribeRulesPackages" action.

interface RulesPackage {
arn: string;
description?: string | null;
name: string;
provider: string;
version: string;
}

§Properties

§
arn: string
[src]

The ARN of the rules package.

§
description?: string | null
[src]

The description of the rules package.

§
name: string
[src]

The name of the rules package.

§
provider: string
[src]

The provider of the rules package.

§
version: string
[src]

The version ID of the rules package.