GetReplicationRunsResponse constructor

GetReplicationRunsResponse({
  1. String? nextToken,
  2. ReplicationJob? replicationJob,
  3. List<ReplicationRun>? replicationRunList,
})

Implementation

GetReplicationRunsResponse({
  this.nextToken,
  this.replicationJob,
  this.replicationRunList,
});