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

CreateDimensionResponse

import type { CreateDimensionResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateDimensionResponse {
arn?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the created dimension.

§
name?: string | null
[src]

A unique identifier for the dimension.