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

TopicRuleListItem

import type { TopicRuleListItem } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface TopicRuleListItem {
createdAt?: Date | number | null;
ruleArn?: string | null;
ruleDisabled?: boolean | null;
ruleName?: string | null;
topicPattern?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
ruleArn?: string | null
[src]
§
ruleDisabled?: boolean | null
[src]
§
ruleName?: string | null
[src]
§
topicPattern?: string | null
[src]