AggregateConformancePackCompliance
import type { AggregateConformancePackCompliance } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";interface AggregateConformancePackCompliance {
ComplianceType?: ConformancePackComplianceType | null;
CompliantRuleCount?: number | null;
NonCompliantRuleCount?: number | null;
TotalRuleCount?: number | null;
}