DescribeEventAggregatesResponse constructor
DescribeEventAggregatesResponse({
- List<
EventAggregate> ? eventAggregates, - String? nextToken,
Implementation
DescribeEventAggregatesResponse({
this.eventAggregates,
this.nextToken,
});