You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::DescribeAggregateComplianceByConfigRulesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::DescribeAggregateComplianceByConfigRulesResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #aggregate_compliance_by_config_rules  ⇒ Array<Types::AggregateComplianceByConfigRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns a list of AggregateComplianceByConfigRule object. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The nextTokenstring 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.
#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.