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

ManagedResourceSummary

import type { ManagedResourceSummary } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Summary information about a managed resource.

interface ManagedResourceSummary {
AssociationCount?: number | null;
ResourceType?: ResourceType | null;
}

§Properties

§
AssociationCount?: number | null
[src]

Number of resources associated with licenses.

§
ResourceType?: ResourceType | null
[src]

Type of resource associated with a license.