DescribeAccessPointsResponse constructor
      
      DescribeAccessPointsResponse({ 
    
    
- List<AccessPointDescription> ? accessPoints,
- String? nextToken,
Implementation
DescribeAccessPointsResponse({
  this.accessPoints,
  this.nextToken,
});