AggregateEvaluationResult constructor

AggregateEvaluationResult({
  1. String? accountId,
  2. String? annotation,
  3. String? awsRegion,
  4. ComplianceType? complianceType,
  5. DateTime? configRuleInvokedTime,
  6. EvaluationResultIdentifier? evaluationResultIdentifier,
  7. DateTime? resultRecordedTime,
})

Implementation

AggregateEvaluationResult({
  this.accountId,
  this.annotation,
  this.awsRegion,
  this.complianceType,
  this.configRuleInvokedTime,
  this.evaluationResultIdentifier,
  this.resultRecordedTime,
});