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

DescribeDeviceRequest

import type { DescribeDeviceRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeDeviceRequest {
DeviceFleetName: string;
DeviceName: string;
NextToken?: string | null;
}

§Properties

§
DeviceFleetName: string
[src]

The name of the fleet the devices belong to.

§
DeviceName: string
[src]

The unique ID of the device.

§
NextToken?: string | null
[src]

Next token of device description.