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

AttributeValueList

import type { AttributeValueList } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";

Use the AttributeValueList to filter by string or integer values.

interface AttributeValueList {
integerValues?: number[] | null;
stringValues?: string[] | null;
}

§Properties

§
integerValues?: number[] | null
[src]

The list of integer values that the filter matches.

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

The list of string values that the filter matches.