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

ListResourcesForTagOptionInput

import type { ListResourcesForTagOptionInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ListResourcesForTagOptionInput {
PageSize?: number | null;
PageToken?: string | null;
ResourceType?: string | null;
TagOptionId: string;
}

§Properties

§
PageSize?: number | null
[src]

The maximum number of items to return with this call.

§
PageToken?: string | null
[src]

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

§
ResourceType?: string | null
[src]

The resource type.

  • Portfolio
    
  • Product
    
§
TagOptionId: string
[src]

The TagOption identifier.