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

ListSafetyRulesResponse

import type { ListSafetyRulesResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";
interface ListSafetyRulesResponse {
NextToken?: string | null;
SafetyRules?: Rule[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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

§
SafetyRules?: Rule[] | null
[src]

The list of safety rules in a control panel.