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

ResourceDetail

import type { ResourceDetail } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a resource.

interface ResourceDetail {
ARN?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
}

§Properties

§
ARN?: string | null
[src]

The ARN of the resource.

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

The creation time of the resource.

§
Description?: string | null
[src]

The description of the resource.

§
Id?: string | null
[src]

The identifier of the resource.

§
Name?: string | null
[src]

The name of the resource.