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

DescribeImageBuildersRequest

import type { DescribeImageBuildersRequest } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
interface DescribeImageBuildersRequest {
MaxResults?: number | null;
Names?: string[] | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

§
Names?: string[] | null
[src]

The names of the image builders to describe.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.