ListGatewayGroupsResponse constructor

ListGatewayGroupsResponse({
  1. List<GatewayGroupSummary>? gatewayGroups,
  2. String? nextToken,
})

Implementation

ListGatewayGroupsResponse({
  this.gatewayGroups,
  this.nextToken,
});