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

ProvisionedProductAttribute

import type { ProvisionedProductAttribute } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface ProvisionedProductAttribute {
Arn?: string | null;
CreatedTime?: Date | number | null;
Id?: string | null;
IdempotencyToken?: string | null;
LastProvisioningRecordId?: string | null;
LastRecordId?: string | null;
LastSuccessfulProvisioningRecordId?: string | null;
Name?: string | null;
PhysicalId?: string | null;
ProductId?: string | null;
ProductName?: string | null;
ProvisioningArtifactId?: string | null;
ProvisioningArtifactName?: string | null;
Status?: ProvisionedProductStatus | null;
StatusMessage?: string | null;
Tags?: Tag[] | null;
Type?: string | null;
UserArn?: string | null;
UserArnSession?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
Id?: string | null
[src]
§
IdempotencyToken?: string | null
[src]
§
LastProvisioningRecordId?: string | null
[src]
§
LastRecordId?: string | null
[src]
§
LastSuccessfulProvisioningRecordId?: string | null
[src]
§
Name?: string | null
[src]
§
PhysicalId?: string | null
[src]
§
ProductId?: string | null
[src]
§
ProductName?: string | null
[src]
§
ProvisioningArtifactId?: string | null
[src]
§
ProvisioningArtifactName?: string | null
[src]
§
StatusMessage?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
Type?: string | null
[src]
§
UserArn?: string | null
[src]
§
UserArnSession?: string | null
[src]