Skip to main content
Module

x/aws_api/services/dynamodb/structs.ts>AttributeValue

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface AttributeValue
import { type AttributeValue } from "https://deno.land/x/aws_api@v0.8.1/services/dynamodb/structs.ts";

Properties

optional
S: string | null
optional
N: string | null
optional
B: Uint8Array | string | null
optional
SS: string[] | null
optional
NS: string[] | null
optional
BS: (Uint8Array | string)[] | null
optional
M: { [key: string]: AttributeValue | null | undefined; } | null
optional
L: AttributeValue[] | null
optional
NULL: boolean | null
optional
BOOL: boolean | null