SubnetGroup constructor

SubnetGroup({
  1. String? description,
  2. String? subnetGroupName,
  3. List<Subnet>? subnets,
  4. String? vpcId,
})

Implementation

SubnetGroup({
  this.description,
  this.subnetGroupName,
  this.subnets,
  this.vpcId,
});