AggregateComplianceByConfigRule constructor

AggregateComplianceByConfigRule({
  1. String? accountId,
  2. String? awsRegion,
  3. Compliance? compliance,
  4. String? configRuleName,
})

Implementation

AggregateComplianceByConfigRule({
  this.accountId,
  this.awsRegion,
  this.compliance,
  this.configRuleName,
});