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

ListDevicesResponse

import type { ListDevicesResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListDevicesResponse {
DeviceSummaries: DeviceSummary[];
NextToken?: string | null;
}

§Properties

§
DeviceSummaries: DeviceSummary[]
[src]

Summary of devices.

§
NextToken?: string | null
[src]

The response from the last list when returning a list large enough to need tokening.