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

ResourceSummary

import type { ResourceSummary } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";

A summary of a resource available on the device.

interface ResourceSummary {
arn?: string | null;
id?: string | null;
resourceType: string;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
id?: string | null
[src]

The ID of the resource.

§
resourceType: string
[src]

The resource type.