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

DescribeStudioLifecycleConfigResponse

import type { DescribeStudioLifecycleConfigResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeStudioLifecycleConfigResponse {
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | null;
StudioLifecycleConfigArn?: string | null;
StudioLifecycleConfigContent?: string | null;
StudioLifecycleConfigName?: string | null;
}

§Properties

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

The creation time of the Studio Lifecycle Configuration.

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

This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

§
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | null
[src]

The App type that the Lifecycle Configuration is attached to.

§
StudioLifecycleConfigArn?: string | null
[src]

The ARN of the Lifecycle Configuration to describe.

§
StudioLifecycleConfigContent?: string | null
[src]

The content of your Studio Lifecycle Configuration script.

§
StudioLifecycleConfigName?: string | null
[src]

The name of the Studio Lifecycle Configuration that is described.