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

AttributeBooleanValue

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

Describes a value for a resource attribute that is a Boolean value.

interface AttributeBooleanValue {
Value?: boolean | null;
}

§Properties

§
Value?: boolean | null
[src]

The attribute value. The valid values are true or false.