DescribeAccessPointsResponse constructor

DescribeAccessPointsResponse({
  1. List<AccessPointDescription>? accessPoints,
  2. String? nextToken,
})

Implementation

DescribeAccessPointsResponse({
  this.accessPoints,
  this.nextToken,
});