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

FreeTrialAccountInfo

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

Information about the Amazon Inspector free trial for an account.

interface FreeTrialAccountInfo {
accountId: string;
freeTrialInfo: FreeTrialInfo[];
}

§Properties

§
accountId: string
[src]

The account associated with the Amazon Inspector free trial information.

§
freeTrialInfo: FreeTrialInfo[]
[src]

Contains information about the Amazon Inspector free trial for an account.