GetReplicationJobsResponse constructor

GetReplicationJobsResponse({
  1. String? nextToken,
  2. List<ReplicationJob>? replicationJobList,
})

Implementation

GetReplicationJobsResponse({
  this.nextToken,
  this.replicationJobList,
});