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/pricing.ts?docs=full";

The values of a given attribute, such as Throughput Optimized HDD or Provisioned IOPS for the Amazon EC2 volumeType attribute.

interface AttributeValue {
Value?: string | null;
}

§Properties

§
Value?: string | null
[src]

The specific value of an attributeName.