Class: Aws::ConfigService::Types::ComplianceContributorCount
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::ComplianceContributorCount
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cap_exceeded  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the maximum count is reached.
 - 
  
    
      #capped_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.
 
Instance Attribute Details
#cap_exceeded ⇒ Boolean
Indicates whether the maximum count is reached.
      739 740 741 742 743 744  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 739 class ComplianceContributorCount < Struct.new( :capped_count, :cap_exceeded) SENSITIVE = [] include Aws::Structure end  | 
  
#capped_count ⇒ Integer
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.
      739 740 741 742 743 744  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 739 class ComplianceContributorCount < Struct.new( :capped_count, :cap_exceeded) SENSITIVE = [] include Aws::Structure end  |