ReplicationSubnetGroup constructor

ReplicationSubnetGroup({
  1. String? replicationSubnetGroupDescription,
  2. String? replicationSubnetGroupIdentifier,
  3. String? subnetGroupStatus,
  4. List<Subnet>? subnets,
  5. String? vpcId,
})

Implementation

ReplicationSubnetGroup({
  this.replicationSubnetGroupDescription,
  this.replicationSubnetGroupIdentifier,
  this.subnetGroupStatus,
  this.subnets,
  this.vpcId,
});