GetReportPlanReportSetting constructor
const
GetReportPlanReportSetting({})
Creates a new GetReportPlanReportSetting.
accounts List of accounts a report covers.
frameworkArns ARNs of the frameworks a report covers.
numberOfFrameworks Number of frameworks a report covers.
organizationUnits List of Organizational Units a report covers.
regions List of regions a report covers.
reportTemplate Report template for the report. Reports are built using a report template.
Implementation
const GetReportPlanReportSetting({
required this.accounts,
required this.frameworkArns,
required this.numberOfFrameworks,
required this.organizationUnits,
required this.regions,
required this.reportTemplate,
});