Class: Aws::ConfigService::Types::ComplianceSummaryByResourceType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::ComplianceSummaryByResourceType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compliance_summary  ⇒ Types::ComplianceSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of Amazon Web Services resource.
 
Instance Attribute Details
#compliance_summary ⇒ Types::ComplianceSummary
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
      787 788 789 790 791 792  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 787 class ComplianceSummaryByResourceType < Struct.new( :resource_type, :compliance_summary) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of Amazon Web Services resource.
      787 788 789 790 791 792  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 787 class ComplianceSummaryByResourceType < Struct.new( :resource_type, :compliance_summary) SENSITIVE = [] include Aws::Structure end  |