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

ClientLoginBannerResponseOptions

import type { ClientLoginBannerResponseOptions } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ClientLoginBannerResponseOptions {
BannerText?: string | null;
Enabled?: boolean | null;
}

§Properties

§
BannerText?: string | null
[src]
§
Enabled?: boolean | null
[src]