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

RelatedResource

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

Information about a related resource.

interface RelatedResource {
additionalInfo?: {
[key: string]: string | null | undefined;
}
| null;
resourceIdentifier?: ResourceIdentifier | null;
resourceType?: ResourceType | null;
}

§Properties

§
additionalInfo?: {
[key: string]: string | null | undefined;
}
| null
[src]

Other information about the resource.

§
resourceIdentifier?: ResourceIdentifier | null
[src]

Information that identifies the resource.

§
resourceType?: ResourceType | null
[src]

The type of resource.