ListEndpointsOutput constructor

ListEndpointsOutput({
  1. required List<EndpointSummary> endpoints,
  2. String? nextToken,
})

Implementation

ListEndpointsOutput({
  required this.endpoints,
  this.nextToken,
});