ListEndpointsOutput constructor
ListEndpointsOutput({
- required List<
EndpointSummary> endpoints, - String? nextToken,
Implementation
ListEndpointsOutput({
required this.endpoints,
this.nextToken,
});