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.3/services/cloudwatchevents.ts?docs=full";
interface ListRulesResponse {
NextToken?: string | null;
Rules?: Rule[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

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

The rules that match the specified criteria.