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

CreateDatasetResponse

import type { CreateDatasetResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface CreateDatasetResponse {
DatasetArn?: string | null;
DatasetName?: string | null;
Status?: DatasetStatus | null;
}

§Properties

§
DatasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset being created.

§
DatasetName?: string | null
[src]

The name of the dataset being created.

§
Status?: DatasetStatus | null
[src]

Indicates the status of the CreateDataset operation.