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

ListAppImageConfigsResponse

import type { ListAppImageConfigsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListAppImageConfigsResponse {
AppImageConfigs?: AppImageConfigDetails[] | null;
NextToken?: string | null;
}

§Properties

§
AppImageConfigs?: AppImageConfigDetails[] | null
[src]

A list of AppImageConfigs and their properties.

§
NextToken?: string | null
[src]

A token for getting the next set of AppImageConfigs, if there are any.