GetReportPlanReportSetting class

Constructors

GetReportPlanReportSetting({required Input<List<String>> accounts, required Input<List<String>> frameworkArns, required Input<int> numberOfFrameworks, required Input<List<String>> organizationUnits, required Input<List<String>> regions, required Input<String> reportTemplate})
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.
const
GetReportPlanReportSetting.fromMap(Map<String, dynamic> map)
factory

Properties

accounts → Input<List<String>>
List of accounts a report covers.
final
frameworkArns → Input<List<String>>
ARNs of the frameworks a report covers.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfFrameworks → Input<int>
Number of frameworks a report covers.
final
organizationUnits → Input<List<String>>
List of Organizational Units a report covers.
final
regions → Input<List<String>>
List of regions a report covers.
final
reportTemplate → Input<String>
Report template for the report. Reports are built using a report template.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited