GetReportPlanReportSetting class
Constructors
-
GetReportPlanReportSetting({required Input<
List< accounts, required Input<String> >List< frameworkArns, required Input<String> >int> numberOfFrameworks, required Input<List< organizationUnits, required Input<String> >List< regions, required Input<String> >String> reportTemplate}) -
Creates a new GetReportPlanReportSetting.
accountsList of accounts a report covers.frameworkArnsARNs of the frameworks a report covers.numberOfFrameworksNumber of frameworks a report covers.organizationUnitsList of Organizational Units a report covers.regionsList of regions a report covers.reportTemplateReport 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