ProductViewSummary
import type { ProductViewSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";interface ProductViewSummary {
Distributor?: string | null;
HasDefaultPath?: boolean | null;
Id?: string | null;
Name?: string | null;
Owner?: string | null;
ProductId?: string | null;
ShortDescription?: string | null;
SupportDescription?: string | null;
SupportEmail?: string | null;
SupportUrl?: string | null;
Type?: ProductType | null;
}§Properties
§
Type?: ProductType | null
[src]