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

ListTargetsByRuleResponse

import type { ListTargetsByRuleResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListTargetsByRuleResponse {
NextToken?: string | null;
Targets?: Target[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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

§
Targets?: Target[] | null
[src]

The targets assigned to the rule.