Class: Aws::ConfigService::Types::GetComplianceSummaryByConfigRuleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::GetComplianceSummaryByConfigRuleResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compliance_summary  ⇒ Types::ComplianceSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of 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 Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
      4301 4302 4303 4304 4305  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 4301 class GetComplianceSummaryByConfigRuleResponse < Struct.new( :compliance_summary) SENSITIVE = [] include Aws::Structure end  |