DescribeAggregationAuthorizationsResponse constructor

DescribeAggregationAuthorizationsResponse({
  1. List<AggregationAuthorization>? aggregationAuthorizations,
  2. String? nextToken,
})

Implementation

DescribeAggregationAuthorizationsResponse({
  this.aggregationAuthorizations,
  this.nextToken,
});