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

DisableEbsEncryptionByDefaultResult

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

§Properties

§
EbsEncryptionByDefault?: boolean | null
[src]

The updated status of encryption by default.