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

ReportGenerator

import type { ReportGenerator } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/licensemanager.ts";
interface ReportGenerator {
CreateTime?: string | null;
Description?: string | null;
LastReportGenerationTime?: string | null;
LastRunFailureReason?: string | null;
LastRunStatus?: string | null;
LicenseManagerReportGeneratorArn?: string | null;
ReportContext?: ReportContext | null;
ReportCreatorAccount?: string | null;
ReportFrequency?: ReportFrequency | null;
ReportGeneratorName?: string | null;
ReportType?: ReportType[] | null;
S3Location?: S3Location | null;
Tags?: Tag[] | null;
}

§Properties

§
CreateTime?: string | null
[src]
§
Description?: string | null
[src]
§
LastReportGenerationTime?: string | null
[src]
§
LastRunFailureReason?: string | null
[src]
§
LastRunStatus?: string | null
[src]
§
LicenseManagerReportGeneratorArn?: string | null
[src]
§
ReportContext?: ReportContext | null
[src]
§
ReportCreatorAccount?: string | null
[src]
§
ReportFrequency?: ReportFrequency | null
[src]
§
ReportGeneratorName?: string | null
[src]
§
ReportType?: ReportType[] | null
[src]
§
S3Location?: S3Location | null
[src]
§
Tags?: Tag[] | null
[src]