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

ListInstancesResponse

import type { ListInstancesResponse } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
interface ListInstancesResponse {
InstanceSummaries?: InstanceSummary[] | null;
NextToken?: string | null;
}

§Properties

§
InstanceSummaries?: InstanceSummary[] | null
[src]

Metadata that describes the list instances operation.

§
NextToken?: string | null
[src]

Token for the next set of results.