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";

An AWS account that is a member of an organization.

interface AwsAccount {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The unique identifier (ID) of the account, containing exactly 12 digits.

§
name?: string
[src]

The friendly name of this account.