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

AttributeValue

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

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

interface AttributeValue {
Value?: string | null;
}

§Properties

§
Value?: string | null
[src]

The attribute value. The value is case-sensitive.