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

DescribeSafetyRuleResponse

import type { DescribeSafetyRuleResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";
interface DescribeSafetyRuleResponse {
AssertionRule?: AssertionRule | null;
GatingRule?: GatingRule | null;
}

§Properties

§
AssertionRule?: AssertionRule | null
[src]

The assertion rule in the response.

§
GatingRule?: GatingRule | null
[src]

The gating rule in the response.