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

DescribeReportPlanOutput

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

§Properties

§
ReportPlan?: ReportPlan | null
[src]

Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.