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

DescribeDatasetResponse

import type { DescribeDatasetResponse } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface DescribeDatasetResponse {
CreateDate?: Date | number | null;
CreatedBy?: string | null;
Format?: InputFormat | null;
FormatOptions?: FormatOptions | null;
Input: Input;
LastModifiedBy?: string | null;
LastModifiedDate?: Date | number | null;
Name: string;
PathOptions?: PathOptions | null;
ResourceArn?: string | null;
Source?: Source | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

The date and time that the dataset was created.

§
CreatedBy?: string | null
[src]

The identifier (user name) of the user who created the dataset.

§
Format?: InputFormat | null
[src]

The file format of a dataset that is created from an Amazon S3 file or folder.

§
FormatOptions?: FormatOptions | null
[src]
§
LastModifiedBy?: string | null
[src]

The identifier (user name) of the user who last modified the dataset.

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

The date and time that the dataset was last modified.

§
Name: string
[src]

The name of the dataset.

§
PathOptions?: PathOptions | null
[src]

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset.

§
Source?: Source | null
[src]

The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata tags associated with this dataset.