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

DescribeDimensionResponse

import type { DescribeDimensionResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeDimensionResponse {
arn?: string | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
name?: string | null;
stringValues?: string[] | null;
type?: DimensionType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) for the dimension.

§
creationDate?: Date | number | null
[src]

The date the dimension was created.

§
lastModifiedDate?: Date | number | null
[src]

The date the dimension was last modified.

§
name?: string | null
[src]

The unique identifier for the dimension.

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

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

§
type?: DimensionType | null
[src]

The type of the dimension.