Class: Aws::ConfigService::Types::DescribeAggregateComplianceByConfigRulesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeAggregateComplianceByConfigRulesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregate_compliance_by_config_rules  ⇒ Array<Types::AggregateComplianceByConfigRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns a list of AggregateComplianceByConfigRule object.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
 
Instance Attribute Details
#aggregate_compliance_by_config_rules ⇒ Array<Types::AggregateComplianceByConfigRule>
Returns a list of AggregateComplianceByConfigRule object.
      2424 2425 2426 2427 2428 2429  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2424 class DescribeAggregateComplianceByConfigRulesResponse < Struct.new( :aggregate_compliance_by_config_rules, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
      2424 2425 2426 2427 2428 2429  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2424 class DescribeAggregateComplianceByConfigRulesResponse < Struct.new( :aggregate_compliance_by_config_rules, :next_token) SENSITIVE = [] include Aws::Structure end  |