ModifyReplicationSubnetGroupResponse constructor

ModifyReplicationSubnetGroupResponse({
  1. ReplicationSubnetGroup? replicationSubnetGroup,
})

Implementation

ModifyReplicationSubnetGroupResponse({
  this.replicationSubnetGroup,
});