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

ProductCode

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

Contains information about the product code for the EC2 instance.

interface ProductCode {
Code?: string | null;
ProductType?: string | null;
}

§Properties

§
Code?: string | null
[src]

The product code information.

§
ProductType?: string | null
[src]

The product code type.