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

Summary

import type { Summary } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";

A count of noncompliant resources.

interface Summary {
LastUpdated?: string | null;
NonCompliantResources?: number | null;
Region?: string | null;
ResourceType?: string | null;
TargetId?: string | null;
TargetIdType?: TargetIdType | null;
}

§Properties

§
LastUpdated?: string | null
[src]

The timestamp that shows when this summary was generated in this Region.

§
NonCompliantResources?: number | null
[src]

The count of noncompliant resources.

§
Region?: string | null
[src]

The Amazon Web Services Region that the summary applies to.

§
ResourceType?: string | null
[src]

The Amazon Web Services resource type.

§
TargetId?: string | null
[src]

The account identifier or the root identifier of the organization. If you don't know the root ID, you can call the Organizations ListRoots API.

§
TargetIdType?: TargetIdType | null
[src]

Whether the target is an account, an OU, or the organization root.