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

PortfolioDetail

import type { PortfolioDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface PortfolioDetail {
ARN?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
DisplayName?: string | null;
Id?: string | null;
ProviderName?: string | null;
}

§Properties

§
ARN?: string | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
DisplayName?: string | null
[src]
§
Id?: string | null
[src]
§
ProviderName?: string | null
[src]