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

Device

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

Information of a particular device.

interface Device {
Description?: string | null;
DeviceName: string;
IotThingName?: string | null;
}

§Properties

§
Description?: string | null
[src]

Description of the device.

§
DeviceName: string
[src]

The name of the device.

§
IotThingName?: string | null
[src]

Amazon Web Services Internet of Things (IoT) object name.