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

ResponsePartitionKey

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

If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.

interface ResponsePartitionKey {
Dimensions: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
Dimensions: {
[key: string]: string | null | undefined;
}
[src]

A dimension map that contains the dimensions for this partition.