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

DescribeActionResponse

import type { DescribeActionResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeActionResponse {
ActionArn?: string | null;
ActionName?: string | null;
ActionType?: string | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
Description?: string | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
LineageGroupArn?: string | null;
MetadataProperties?: MetadataProperties | null;
Properties?: {
[key: string]: string | null | undefined;
}
| null;
Source?: ActionSource | null;
Status?: ActionStatus | null;
}

§Properties

§
ActionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the action.

§
ActionName?: string | null
[src]

The name of the action.

§
ActionType?: string | null
[src]

The type of the action.

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

When the action was created.

§
Description?: string | null
[src]

The description of the action.

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

When the action was last modified.

§
LineageGroupArn?: string | null
[src]

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

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

A list of the action's properties.

§
Source?: ActionSource | null
[src]

The source of the action.

§
Status?: ActionStatus | null
[src]

The status of the action.