DBSubnetGroupMessage constructor

DBSubnetGroupMessage({
  1. List<DBSubnetGroup>? dBSubnetGroups,
  2. String? marker,
})

Implementation

DBSubnetGroupMessage({
  this.dBSubnetGroups,
  this.marker,
});