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

An attribute value.

interface AttributeValue {
B?: string | null;
BS?: string[] | null;
N?: string | null;
NS?: string[] | null;
S?: string | null;
SS?: string[] | null;
}

§Properties

§
B?: string | null
[src]

A binary value.

§
BS?: string[] | null
[src]

A list of binary values.

§
N?: string | null
[src]

A number.

§
NS?: string[] | null
[src]

A list of numbers.

§
S?: string | null
[src]

A string.

§
SS?: string[] | null
[src]

A list of strings.