DBSubnetGroup constructor

DBSubnetGroup({
  1. String? dBSubnetGroupDescription,
  2. String? dBSubnetGroupName,
  3. String? subnetGroupStatus,
  4. List<Subnet>? subnets,
  5. String? vpcId,
})

Implementation

DBSubnetGroup({
  this.dBSubnetGroupDescription,
  this.dBSubnetGroupName,
  this.subnetGroupStatus,
  this.subnets,
  this.vpcId,
});