DescribeAggregationAuthorizationsResponse constructor
DescribeAggregationAuthorizationsResponse({
- List<
AggregationAuthorization> ? aggregationAuthorizations, - String? nextToken,
Implementation
DescribeAggregationAuthorizationsResponse({
this.aggregationAuthorizations,
this.nextToken,
});