DescribeAccessPointsOutput constructor

DescribeAccessPointsOutput({
  1. List<LoadBalancerDescription>? loadBalancerDescriptions,
  2. String? nextMarker,
})

Implementation

DescribeAccessPointsOutput({
  this.loadBalancerDescriptions,
  this.nextMarker,
});