ListEndpointGroupsResponse constructor

ListEndpointGroupsResponse({
  1. List<EndpointGroup>? endpointGroups,
  2. String? nextToken,
})

Implementation

ListEndpointGroupsResponse({
  this.endpointGroups,
  this.nextToken,
});