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

AwsAccount

import type { AwsAccount } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface AwsAccount {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]
§
name?: string
[src]