AggregateEvaluationResult constructor
AggregateEvaluationResult({
- String? accountId,
- String? annotation,
- String? awsRegion,
- ComplianceType? complianceType,
- DateTime? configRuleInvokedTime,
- EvaluationResultIdentifier? evaluationResultIdentifier,
- DateTime? resultRecordedTime,
Implementation
AggregateEvaluationResult({
this.accountId,
this.annotation,
this.awsRegion,
this.complianceType,
this.configRuleInvokedTime,
this.evaluationResultIdentifier,
this.resultRecordedTime,
});