DescribeConfigRulesResponse constructor
DescribeConfigRulesResponse({
- List<
ConfigRule> ? configRules, - String? nextToken,
Implementation
DescribeConfigRulesResponse({
this.configRules,
this.nextToken,
});