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

DescribeAppResponse

import type { DescribeAppResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeAppResponse {
AppArn?: string | null;
AppName?: string | null;
AppType?: AppType | null;
CreationTime?: Date | number | null;
DomainId?: string | null;
FailureReason?: string | null;
LastHealthCheckTimestamp?: Date | number | null;
LastUserActivityTimestamp?: Date | number | null;
ResourceSpec?: ResourceSpec | null;
Status?: AppStatus | null;
UserProfileName?: string | null;
}

§Properties

§
AppArn?: string | null
[src]
§
AppName?: string | null
[src]
§
AppType?: AppType | null
[src]
§
CreationTime?: Date | number | null
[src]
§
DomainId?: string | null
[src]
§
FailureReason?: string | null
[src]
§
LastHealthCheckTimestamp?: Date | number | null
[src]
§
LastUserActivityTimestamp?: Date | number | null
[src]
§
ResourceSpec?: ResourceSpec | null
[src]
§
Status?: AppStatus | null
[src]
§
UserProfileName?: string | null
[src]