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

DeviceFleetSummary

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

Summary of the device fleet.

interface DeviceFleetSummary {
CreationTime?: Date | number | null;
DeviceFleetArn: string;
DeviceFleetName: string;
LastModifiedTime?: Date | number | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

Timestamp of when the device fleet was created.

§
DeviceFleetArn: string
[src]

Amazon Resource Name (ARN) of the device fleet.

§
DeviceFleetName: string
[src]

Name of the device fleet.

§
LastModifiedTime?: Date | number | null
[src]

Timestamp of when the device fleet was last updated.