Class: Aws::ConfigService::Types::DescribePendingAggregationRequestsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribePendingAggregationRequestsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #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.
 - 
  
    
      #pending_aggregation_requests  ⇒ Array<Types::PendingAggregationRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns a PendingAggregationRequests object.
 
Instance Attribute Details
#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.
      3302 3303 3304 3305 3306 3307  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3302 class DescribePendingAggregationRequestsResponse < Struct.new( :pending_aggregation_requests, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#pending_aggregation_requests ⇒ Array<Types::PendingAggregationRequest>
Returns a PendingAggregationRequests object.
      3302 3303 3304 3305 3306 3307  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3302 class DescribePendingAggregationRequestsResponse < Struct.new( :pending_aggregation_requests, :next_token) SENSITIVE = [] include Aws::Structure end  |