DescribeSubnetGroupsResponse constructor

DescribeSubnetGroupsResponse({
  1. String? nextToken,
  2. List<SubnetGroup>? subnetGroups,
})

Implementation

DescribeSubnetGroupsResponse({
  this.nextToken,
  this.subnetGroups,
});