Class: Aws::ConfigService::Types::DescribePendingAggregationRequestsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribePendingAggregationRequestsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of evaluation results returned on each page.
 - 
  
    
      #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
#limit ⇒ Integer
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
      3284 3285 3286 3287 3288 3289  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3284 class DescribePendingAggregationRequestsRequest < Struct.new( :limit, :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.
      3284 3285 3286 3287 3288 3289  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3284 class DescribePendingAggregationRequestsRequest < Struct.new( :limit, :next_token) SENSITIVE = [] include Aws::Structure end  |