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

MessageAttributeValue

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

A list of message attribute values.

interface MessageAttributeValue {
StringValues?: string[] | null;
}

§Properties

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

The strings in a message attribute value.