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

ListReportPlansOutput

import type { ListReportPlansOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface ListReportPlansOutput {
NextToken?: string | null;
ReportPlans?: ReportPlan[] | null;
}

§Properties

§
NextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§
ReportPlans?: ReportPlan[] | null
[src]

A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.