{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-compliance-by-config-rule-response-structure.json", "name": "DescribeComplianceByConfigRuleResponse", "description": "

", "type": "object", "properties": { "ComplianceByConfigRules": { "allOf": [ { "$ref": "#/components/schemas/ComplianceByConfigRules" }, { "description": "Indicates whether each of the specified Config rules is compliant." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The string that you use in a subsequent request to get the next page of results in a paginated response." } ] } } }