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

ListResourcesForTagOptionOutput

import type { ListResourcesForTagOptionOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ListResourcesForTagOptionOutput {
PageToken?: string | null;
ResourceDetails?: ResourceDetail[] | null;
}

§Properties

§
PageToken?: string | null
[src]

The page token for the next set of results. To retrieve the first set of results, use null.

§
ResourceDetails?: ResourceDetail[] | null
[src]

Information about the resources.