PendingAggregationRequest constructor

PendingAggregationRequest({
  1. String? requesterAccountId,
  2. String? requesterAwsRegion,
})

Implementation

PendingAggregationRequest({
  this.requesterAccountId,
  this.requesterAwsRegion,
});