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

TrustedAdvisorResourceDetail

import type { TrustedAdvisorResourceDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/support.ts";
interface TrustedAdvisorResourceDetail {
isSuppressed?: boolean | null;
metadata: string[];
region?: string | null;
resourceId: string;
status: string;
}

§Properties

§
isSuppressed?: boolean | null
[src]
§
metadata: string[]
[src]
§
region?: string | null
[src]
§
resourceId: string
[src]
§
status: string
[src]