Class: Aws::ConfigService::Types::GetComplianceSummaryByConfigRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceSummaryByConfigRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Instance Attribute Summary collapse
-
#compliance_summary ⇒ Types::ComplianceSummary
The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
Instance Attribute Details
#compliance_summary ⇒ Types::ComplianceSummary
The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
1606 1607 1608 1609 |
# File 'lib/aws-sdk-configservice/types.rb', line 1606 class GetComplianceSummaryByConfigRuleResponse < Struct.new( :compliance_summary) include Aws::Structure end |