DescribeSubnetGroupsResponse constructor
DescribeSubnetGroupsResponse({
- String? nextToken,
- List<
SubnetGroup> ? subnetGroups,
Implementation
DescribeSubnetGroupsResponse({
this.nextToken,
this.subnetGroups,
});