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

ListRulesResponse

import type { ListRulesResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface ListRulesResponse {
NextToken?: string | null;
Rules?: ListRulesOutput[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.

§
Rules?: ListRulesOutput[] | null
[src]

A list of readiness rules for a specific resource type.