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

ListLicenseSpecificationsForResourceRequest

import type { ListLicenseSpecificationsForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface ListLicenseSpecificationsForResourceRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

Token for the next set of results.

§
ResourceArn: string
[src]

Amazon Resource Name (ARN) of a resource that has an associated license configuration.