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

ListDeviceResourcesOutput

import type { ListDeviceResourcesOutput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface ListDeviceResourcesOutput {
nextToken?: string | null;
resources?: ResourceSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A pagination token to continue to the next page of results.

§
resources?: ResourceSummary[] | null
[src]

A structure defining the resource's type, Amazon Resource Name (ARN), and ID.