DescribeConfigRulesResponse constructor

DescribeConfigRulesResponse({
  1. List<ConfigRule>? configRules,
  2. String? nextToken,
})

Implementation

DescribeConfigRulesResponse({
  this.configRules,
  this.nextToken,
});