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.3/services/route53recoveryreadiness.ts?docs=full";

A collection of rules used in a readiness check

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

§Properties

§
ResourceType: string
[src]

The resource type the rule applies to.

§
RuleDescription: string
[src]

A description of the rule

§
RuleId: string
[src]

The Rule's ID.