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.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a portfolio.

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]

The ARN assigned to the portfolio.

§
CreatedTime?: Date | number | null
[src]

The UTC time stamp of the creation time.

§
Description?: string | null
[src]

The description of the portfolio.

§
DisplayName?: string | null
[src]

The name to use for display purposes.

§
Id?: string | null
[src]

The portfolio identifier.

§
ProviderName?: string | null
[src]

The name of the portfolio provider.