DBSubnetGroup constructor

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

Implementation

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