Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
ComplianceType?: ConformancePackComplianceType | null
[src]
§
CompliantRuleCount?: number | null
[src]
§
NonCompliantRuleCount?: number | null
[src]
§
TotalRuleCount?: number | null
[src]