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

Product

import type { Product } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface Product {
ActivationUrl?: string | null;
Categories?: string[] | null;
CompanyName?: string | null;
Description?: string | null;
IntegrationTypes?: IntegrationType[] | null;
MarketplaceUrl?: string | null;
ProductArn: string;
ProductName?: string | null;
ProductSubscriptionResourcePolicy?: string | null;
}

§Properties

§
ActivationUrl?: string | null
[src]
§
Categories?: string[] | null
[src]
§
CompanyName?: string | null
[src]
§
Description?: string | null
[src]
§
IntegrationTypes?: IntegrationType[] | null
[src]
§
MarketplaceUrl?: string | null
[src]
§
ProductArn: string
[src]
§
ProductName?: string | null
[src]
§
ProductSubscriptionResourcePolicy?: string | null
[src]