DescribePendingAggregationRequestsResponse constructor

DescribePendingAggregationRequestsResponse({
  1. String? nextToken,
  2. List<PendingAggregationRequest>? pendingAggregationRequests,
})

Implementation

DescribePendingAggregationRequestsResponse({
  this.nextToken,
  this.pendingAggregationRequests,
});