CreateReplicationSubnetGroupResponse constructor

CreateReplicationSubnetGroupResponse({
  1. ReplicationSubnetGroup? replicationSubnetGroup,
})

Implementation

CreateReplicationSubnetGroupResponse({
  this.replicationSubnetGroup,
});