DescribeAccessPointsOutput constructor
DescribeAccessPointsOutput({
- List<
LoadBalancerDescription> ? loadBalancerDescriptions, - String? nextMarker,
Implementation
DescribeAccessPointsOutput({
this.loadBalancerDescriptions,
this.nextMarker,
});