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

DescribeLineageGroupResponse

import type { DescribeLineageGroupResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeLineageGroupResponse {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
Description?: string | null;
DisplayName?: string | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
LineageGroupArn?: string | null;
LineageGroupName?: string | null;
}

§Properties

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

The creation time of lineage group.

§
Description?: string | null
[src]

The description of the lineage group.

§
DisplayName?: string | null
[src]

The display name of the lineage group.

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

The last modified time of the lineage group.

§
LineageGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the lineage group.

§
LineageGroupName?: string | null
[src]

The name of the lineage group.