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

DescribeAppRequest

import type { DescribeAppRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeAppRequest {
AppName: string;
AppType: AppType;
DomainId: string;
SpaceName?: string | null;
UserProfileName?: string | null;
}

§Properties

§
AppName: string
[src]

The name of the app.

§
AppType: AppType
[src]

The type of app.

§
DomainId: string
[src]

The domain ID.

§
SpaceName?: string | null
[src]

The name of the space.

§
UserProfileName?: string | null
[src]

The user profile name. If this value is not set, then SpaceName must be set.