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

ResourceInventory

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

Details about a resource.

interface ResourceInventory {
Platform?: string | null;
PlatformVersion?: string | null;
ResourceArn?: string | null;
ResourceId?: string | null;
ResourceOwningAccountId?: string | null;
ResourceType?: ResourceType | null;
}

§Properties

§
Platform?: string | null
[src]

Platform of the resource.

§
PlatformVersion?: string | null
[src]

Platform version of the resource in the inventory.

§
ResourceArn?: string | null
[src]

Amazon Resource Name (ARN) of the resource.

§
ResourceId?: string | null
[src]

ID of the resource.

§
ResourceOwningAccountId?: string | null
[src]

ID of the account that owns the resource.

§
ResourceType?: ResourceType | null
[src]

Type of resource.