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

ListRulesOutput

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

Readiness rule information, including the resource type, rule ID, and rule description.

interface ListRulesOutput {
ResourceType: string;
RuleDescription: string;
RuleId: string;
}

§Properties

§
ResourceType: string
[src]

The resource type that the readiness rule applies to.

§
RuleDescription: string
[src]

The description of a readiness rule.

§
RuleId: string
[src]

The ID for the readiness rule.